Just in addition to Dave, using Xalan-C you are still able to apply XPath to Xerces-C DOMDocument instances.
I am not sure if XSLT supports Xerces-C DOMNode or DOMDocument implementations... -- Ovanes Markarian -----Original Message----- Date: Tue, 6 Dec 2005 18:20:15 +0100 Subject: Re: Does Xalan-C support DOM-2 Events? From: David Bertoni To: [email protected] Wei Xiong wrote: > > > Hi there, > > > > Could you clarify whether the Xalan-C++ 1.10 supports DOM level 2 Events? > > If not, would a newer version to support it soon, or is there any solution? > Xalan-C's "DOM" is a minimal read-only implementation of the DOM APIs designed to be efficient for the purposes of XSLT. If you need a fully functioning DOM, you need to use the Xerces-C implementation. Dave
