Properties
input | Specifies which XML input tree to transform. |
output | Used to provide a custom output object to write the result of the transformation to. |
readyState | Returns the current state of the processor. |
startMode | Returns the base name part of the start mode. |
startModeURI | Returns the namespace URI part of the start mode. |
stylesheet | Provides the XSL style sheet that is to be compiled into the XSL template. |
ownerTemplate | Returns the style sheet template that was used to create the XSL processor object. |
Methods
addObject | Allows you to pass objects to a style sheet. |
addParameter | Allows you to pass variables to a style sheet. |
reset | Resets the processor state to what it was before calling transform. |
setStartMode | Allows you to perform subsets of a larger XSL transformation. |
transform | Starts the transformation process or resumes a transform that previously returned VARIANT_FALSE. |
Events
None.