Andy Clark wrote:
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
:-))
So you must know, which version you use to make query, which version you have. Cool. [sorry]
-lk
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
