Home >Online Product Documentation >Table of Contents >Obtaining System Properties
In a query in a stylesheet, there are three system properties for which you can obtain information:
xsl:version
1.0
xsl:vendor
DataDirect
xsl:vendor-url
http://www.stylusstudio.com
To obtain this information, call the system-property() function. The format is
system-property()
object system-property(string)
The string you specify must identify one of the three properties and must be a qualified name. This function returns an object that represents the value of the system property you specify.