XSLT StyleSheet XML Tutorial

File: Data.xml

 
  peas
  green beans
  pot pie
  ice cream
 

 
  rolls
  jelly doughnuts
  bread
 

 
  bananas
  kumquats
  apples
 


File: Transform.xslt

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

Output:
Section: bakery
 * bread
 * jelly doughnuts
 * rolls
Section: freezer
 * green beans
 * ice cream
 * peas
 * pot pie
Section: produce
 * apples
 * bananas
 * kumquats