XSLT StyleSheet XML Tutorial

File: Data.xml


 Bristol
 Kent
 Newport
 Providence
 Washington

File: Transform.xslt

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

  
  
    
      
    

  
  
    
      
    

  

Output:


   Bristol
   Kent
   Newport
   Providence
   Washington