Jason Rizer wrote: > clients has asked us to support xerces version 3.1.1 > and I can't figure out to which release that refers > to. Any help would be greatly appreciated!
You're confusing the XML4J versions released on IBM's alphaWorks web site with Apache Xerces versions. XML4J has its own numbering scheme. The current version (3.x) is actually built on a particular Xerces release number. To find out which version of Xerces the XML4J is built on, do the following (using the "xerces.jar" file that came with XML4J): java -cp xerces.jar org.apache.xerces.framework.Version -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
