Unfortunately, we don't have a current official XML-Commons release for the xml-apis portion of the project - partly due to trying to figure out if and how this release would need to be certified with the appropriate TCK, since while xml-apis.jar provides the interfaces for JAXP, it does not provide any implementations. If there are any Sun folks who are Apache committers who want to volunteer to help the xml-commons project with TCKs or release management, that would be great. 8-)
You can get the full source tree (including build scripts, docs, etc.) by following instructions for anonymous CVS at http://xml.apache.org/cvs.html#AnonCVS (i.e. :pserver:[EMAIL PROTECTED]:/home/cvspublic ) and getting the xml-commons module. The root of the sources for the xml-apis.jar file is in xml-commons/java/external/src Note the org/apache/xmlcommons/Version.src file gets Ant-filtered into a Version.java file, and contains the release version of the xml-apis.jar release, from the xml-commons project point of view. (i.e. this does not correspond to any JAXP or other spec version). - Shane
