How do I determine the version of &XercesCName; I am using?

The version string for &XercesCName; is in one of the header files. Look inside the file src/xercesc/util/XercesVersion.hpp or, in the binary distribution, look in include/xercesc/utils/XercesVersion.hpp.

If you don't have the header files, you have to find the version information from the shared library name. On Windows right click on the DLL name in the bin directory and look up properties. The version information can be found in the Version tab.

On UNIX/Linux/Mac OS X platforms the version is embedded into the library name.

Is there any kind of support available for &XercesCName;?

&XercesCName; comes with no formal support.

Every volunteer project obtains its strength from the people involved in it. Mailing lists provide a simple and effective communication mechanism. You are welcome to join any of these mailing lists (or all of them if you wish). You can choose to lurk, or to actively participate. It is up to you.

Instructions for subscribing as well as archives are available at the &XercesCName; mailing lists page.

I found a defect -- how do I report it?

See Bug Reporting.