Presently in our application we use XALAN with XERCES a lot.  All of our
configuration for our application is serialized to disk as an XML set of XML
documents.  We use XALAN to navigate the documents and XERCES up front to
capture the disk file into a DOM.

In our situation it works perfectly!!

Ken
Riolabs, Inc

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 1:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Using both xalan and xerces


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