XSLT StyleSheet XML Tutorial

File: Data.xml

    
        one
    two
    three
    four

File: Transform.xslt

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

            
          
        
      

              
              
            

    
Output:
001. one
002. two
003. three
004. four