I don't think Xalan-C would take any DOM other that DOM generated by Xerces-C Version 1.6 (Xalan-C 1.3). Please correct me if I am wrong. I thought of this since the Xalan-C documentation says that behavior of Xalan-C 1.3 is undefined with other versions of Xerces. Xalan-C would take Xerces-C DOM as input. See the http://xml.apache.org/xalan-c/usagepatterns.html#dom.
Chaitanya. > -----Original Message----- > From: nirmalts [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 7:33 PM > To: [EMAIL PROTECTED] > Subject: Re: Xerces DOM > > Sorry that I left out mentioning Xerces-C in my mails. > I'm working with Xerces-C and my questions are > relating to that. > > Does Xerces-C too accept any DOM as input? If so is it > Level 1 or Level 2? > > Even for Xerces DOM they seem to have a bridge > implementation. If I provide DOM input other than > Xerces, do I have to implement my own bridge? > > Nirmal > > --- Joseph Kesselman <[EMAIL PROTECTED]> wrote: > > Xalan-J should accept any Level 2 DOM as input (or > > SAX, of course, or we > > can invoke a parser to process XML text), but does > > not currently support > > Level 1 DOMs -- we need namespace-aware nodes.. > > > > ______________________________________ > > Joe Kesselman / IBM Research > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Finance - Get real-time stock quotes > http://finance.yahoo.com WARNING: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you.
