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]

Reply via email to