|
Home >Online Product Documentation >Table of Contents >Obtaining System Properties Obtaining System PropertiesIn a query in a stylesheet, there are three system properties for which you can obtain information:
l xsl:version returns 1.0 as the version of XSLT that the Stylus Studio XSLT processor implements.
l xsl:vendor returns DataDirect as the vendor of Stylus Studio's XSLT processor.
l xsl:vendor-url returns http://www.stylusstudio.com as the vendor URL.
To obtain this information, call the system-property() function. The format is 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. |