Monday, March 26, 2012

How to obtain Xalan and Xerces's version numbers from their jars?

Both Xerces and Xalan has a utility class that reports its version number:

java -cp ./xerces.jar org.apache.xerces.impl.Version
java -cp ./xalan.jar org.apache.xalan.Version