
The system-property() function returns the value of the system property named in the argument to the function.
object system-property(string)A string representing the queried property. All XSLT processors must support at least three system properties: xsl:version, a floating point number representing the version of XSLT this processor implements; xsl:vendor, a string identifying the vendor of the processor; and xsl:vendor-url, a string made up of a URL which associated with the vendor, usually the vendor's home page.
|
Comments?
devdoc-feedback@netscape.com |