XSLT StyleSheet XML Tutorial

File: Data.xml


  First Chapter
  
    Second Chapter
    Subchapter 1
    Subchapter 2
  

  
    Third Chapter
    Subchapter A
    
      Subchapter B
      sub a
      sub b
    

    Subchapter C
  


File: Transform.xslt

      version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
      
        
          Number
          text
        
        
          
            
              
            
            
              
            
          
        
      
    

Output:
NumbertextI:First ChapterII:
    Second Chapter
    II-1:Subchapter 1II-2:Subchapter 2III:
    Third Chapter
    III-1:Subchapter AIII-2:
      Subchapter B
      III-2-a:sub aIII-2-b:sub bIII-3:Subchapter C