XSLT StyleSheet XML

File: Data.xml

  
    


      The poem's
      author
      was English.
    


  

File: Transform.xslt
  xmlns:xlink="http://www.w3.org/1999/xlink"
  exclude-result-prefixes="xlink" version="1.0">
  
  
    
      
    
  
  
    
      
    

  

Output:
  
    
      The poem's
      author
      was English.