Parasuram, Arvind wrote:
Hi,

I need to make sure that we are using the same Xerces versions for both
our Java and C++ code base.
Why?


Looking at the dates when the versions were released, it looks like
Xerces-C++ 2.7.0 and Xerces-J 2.8.0 were released around the same time.
Trying to compare the two parsers by version or release date is not going to be very meaningful.


1)     Does this mean that if I use Xerces-J 2.8.0, I need to use
Xerces-C++ 2.7.0? Or should I be using Xerces-C++ 2.8.0?
Maybe if you provided a definition of "the same version," someone could provide a reasonable answer. For example, are you looking for parity in XML schema support?


2)     Is there information available online that tells which Xerces-J
version works with which Xerces-C++ version? It looks like the
Xerces-C++ version numbers lag behind the corresponding Xerces-J version
numbers.
Xerces-J is a Java-based XML parser and Xerces-C is a C++-based one. How do you plan to use them together?

Dave

Reply via email to