XSLT StyleSheet XML

File: Data.xml



  Employee Data File
  
    
      
        Joe
        Brian
        Smith
      

      

        1 Drive
        Vancouver
        BC
        80210
      

      
        111-1111111
        222-222222
        303-4667357
      

      a@a.com
    
    2008-10-29
  

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

  
    
      Employee Data Output
    
    
      
        
          
          
          
        
        
          
          

            
            
            
            
          
        
      
NumberNameEmail

    
  


Output:

  Employee Data File
  
    
      
        Joe
        Brian
        Smith
      
      
        1 Drive
        Vancouver
        BC
        80210
      
      
        111-1111111
        222-222222
        303-4667357
      
      a@a.com
    
    2008-10-29