Mega Code Archive
Get system property with system-property() function
File: Data.xml
File: Transform.xslt
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/"