Documentation Center

Editor.getHTMLElementsForXMLNode

Description

Get all HTML representations for the given XML node. Beware, this function will return all elements, not subtrees. These HTML elements where rendered by the XSL while the given XML node was the context node.

Syntax

Editor.getHTMLElementsForXMLNode (XopusNode : XopusNode) : HTMLDOMElement[]

Arguments

XopusNode
The XML node to lookup.

Return Value

HTMLDOMElement
An array with all elements that were rendered with the given node as context.