I'm new to Xerces so here's my first Xerces for dummies question:
Is there a class/method, MetaData.getVersion()
for example, somewhere
in the API that will show me the exact version of the Xerces.jar
that I have installed
on my system (I'm not the guy who originally downloaded and installed
it) ?
The jar -tvf xerces.jar command shows, among other things:
0 Mon Jan
15 17:11:12 EST 2001 META-INF/
68 Mon Jan 15 17:11:12
EST 2001 META-INF/MANIFEST.MF
6 Mon Jan
15 17:11:10 EST 2001 Xerces_Ver_3_1_1.info
And I also see the following version info:
Xerces 1.4.3 at http://xml.apache.org/xerces-j/releases.html
Xerces 2.0.0 (beta) at http://xml.apache.org/xerces2-j/releases.html
Can you help ?
Thanks :)
Pete