XSLT StyleSheet XML Tutorial

File: Data.xml


    Compare these constructs.


File: Transform.xslt

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

        
          copy-of : 
        

        
      

      

        
          copy : 
        

        
      

      

        
          value-of : 
        

        
      

    

Output:
copy-of : 
    Compare these constructs.

copy : 

value-of : 
    Compare these constructs.