Editor.getHTMLElementsForXMLNode

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.


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

Arguments

XopusNode
XopusNode. The XML node to lookup.

Return Value

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