XSLT StyleSheet XML Tutorial

File: Data.xml


  

    Doris
    Smith
    New York
    WI
  

  

    Mary
    Smith
    Vancouver
    MA
  


File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
    Customers grouped by state
    
      
        State = 
      
      
      
        
        
        
        
        
      
    
  

Output:
Customers grouped by state
  State = MA
  Mary Smith, Vancouver
  State = WI
  Doris Smith, New York