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.)

Reply via email to