Min Lee wrote:
> Is there a way to tell the version of the Xerces given a xerces.jar file?
> Thanks in advance,

For Xerces 1.x:

  java -cp xerces.jar org.apache.xerces.framework.Version

For Xerces2:

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

-- 
Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to