Home | Top | Website design | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Retrieves a reference to the top-level node of the XSL document.
Syntax
[ oXSL = ] document.XSLDocumentPossible Values
oXSL | Object that receives a reference to the root node of the style sheet document. |
The property is read-only. The property has no default value.
Remarks
You can use the XSLDocument to access the Document Object Model (DOM) for the XSL style sheet. For more information, refer to the XML DOM Reference .
Example
This example uses the XSLDocument to access the DOM for the XSL to change attributes representing sort keys.
function sort(key) {
Standards Information
There is no public standard that applies to this property.
Applies To
|
document |
Home | Top | Website design | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |