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
