Version:
Vendor:
Vendor URL:
Func Systemproperty
# XSLT system-property() Function
* * Complete XSLT Function Reference](#)
* * *
## Definition and Usage
The system-property() function returns the value of a system property identified by name.
System properties in the XSLT namespace:
* xsl:version - The version of XSLT implemented by the processor
* xsl:vendor - The vendor of the XSLT processor
* xsl:vendor-url - The URL identifying the vendor of the XSLT processor
* * *
## Syntax
object system-property(string)
## Parameters
| Parameter | Description |
| :--- | :--- |
| string | Required. Specifies the system property whose value is to be returned. |
### Example 1
YouTip