With my limited experience I will say yes it does and yes you can.
However, if you make any change to the xerces dom (adding or deleting
nodes), you need to create a new XalanDocument with the update Dom in
order for the xalan doc to correctly reflect the xerces dom. Simply do
      XalanDoc = theParserLiaison->createDocument(theUpdatedDOMDoc)
charlie.

[EMAIL PROTECTED] wrote:

> Does it make sense to use both xalan and xerces APIs in one
> application? Or is Xalan a kind of superset of Xerces?
>
> Specifically I'd like to know if I'm working with DOM_Node
> and DOM_Document objects from Xerces, can I easily
> operate on them using Xalan APIs, e.g. use an XPath
> method to select some nodes from the DOM_Document,
> then have Xerces APIs operate on the selected nodes
> from the original DOM_Document object?
>
> Thanks,
> Zartaj
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to