TOC PREV NEXT INDEX

Netscape and XSLT


system-property()

The system-property() function returns the value of the system property named in the argument to the function.

Syntax:
object system-property(string) 
Arguments:
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.
Result:
For NS 6 and greater, xsl:version=1.0, xsl:vendor=Transformiix, and xsl:vendor-url=http://www.mozilla.org/projects/xslt/.
Defined: XSLT, section 12.4.
NS support: Supported.

Comments? devdoc-feedback@netscape.com
TOC PREV NEXT INDEX