RE: Using both xalan and xerces

2001-03-31 Thread Ken Crismon
!! 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

Re: Using both xalan and xerces

2001-03-30 Thread Charlie Hart
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 = the

Using both xalan and xerces

2001-03-30 Thread zartaj . majeed
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 som