XSLT StyleSheet XML

File: Data.xml


 
  cent
  nickel
  dime
  quarter
  half dollar
  dollar
 

File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
    
              count="section | item" format=" a " />
      
      
    
      
  

Output:
 a US coin denominations
 a cent
 b nickel
 c dime
 d quarter
 e half dollar
 f dollar