XSLT StyleSheet XML Tutorial

File: Data.xml


  Joe
  Smith

File: Transform.xslt

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

      [template: 
      
       outputs 
      
       ]
    

  

Output:

  
[template: firstName outputs Joe ]

  
[template: surname outputs Smith ]