XSLT StyleSheet XML Tutorial

File: Data.xml
File: Transform.xslt


  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
  
     A test of the system-property() function:
       xsl:version = "
    
    "
      xsl:vendor = "
    
    "
      xsl:vendor-url = "
    
    "
  

Output:
A test of the system-property() function:
  xsl:version = "2.0"
  xsl:vendor = "SAXON 9.1.0.2 from Saxonica"
  xsl:vendor-url = "http://www.saxonica.com/"