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:
Numbertext1First Chapter2
    Second Chapter
    2.1Subchapter 12.2Subchapter 23
    Third Chapter
    3.1Subchapter A3.2
      Subchapter B
      3.2.1sub a3.2.2sub b3.3Subchapter C