XSLT system-property()
Function
Definition and Usage
The system-property()
function returns the value of a system property identified by its name.
System properties in the XSLT namespace:
xsl:version
- The version of XSLT implemented by the processorxsl:vendor
- The vendor of the XSLT processorxsl:vendor-url
- The URL identifying the vendor of the XSLT processor
Syntax
Parameters
Parameter | Description |
---|---|
string | Required. Specifies the system property whose value is to be returned. |