Xpath XML Tutorial

File: Data.xml


  Joe
  Smith

File: Transform.xslt

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

        [template: 
        
         outputs 
        
         ]
      

    

Output:
[template: employee outputs 
  
[template: firstName outputs Joe ]

  
[template: surname outputs Smith ]

 ]