This might want to be posted as a FAQ... The DTM APIs include a getNode() operation, which returns a DOM node corresponding to a DTM node. If your input document was supplied as a SAX stream, we construct a "proxy" object which references the DTM information. If your input document was passed in as a DOM tree, we return the actual DOM node at which the DTM node starts. (One DTM node may span several DOM nodes in some cases, most notably if there are several adjacent Text/CDATASection nodes in the source DOM. It's the user's responsibility to understand this and retrieve the additional nodes from the DOM if necessary.)
- Xalan-J: list of referenced DOM nodes for an XPath expres... Mikko Honkala
- RE: Xalan-J: list of referenced DOM nodes for an XPa... Joseph_Kesselman
- RE: Xalan-J: list of referenced DOM nodes for an... Mikko Honkala
- Re: Xalan-J: list of referenced DOM nodes for an XPa... Gary L Peskin
- problem with XSLTC .... Ivan Georgiev
- RE: Xalan-J: list of referenced DOM nodes for an... Mikko Honkala
- RE: Xalan-J: list of referenced DOM nodes for an... Mikko Honkala
- RE: Xalan-J: list of referenced DOM nodes for an XPa... Scott_Boag
- RE: Xalan-J: list of referenced DOM nodes for an... Mikko Honkala
- RE: Xalan-J: list of referenced DOM nodes for an XPa... Mikko Honkala
