Hi Michael, Michael Dyck <jmd...@ibiblio.org> wrote on 07/11/2009 04:25:01 PM:
> Hi folks, Xerces neophyte here. > > I'll start with what I hope is an easy question. If I'm getting a > parser/validator via JAXP, how can I find out: > (a) whether it's Xerces, and The implementation classes will be in a org.apache.xerces.* packages. If you got com.sun.org.apache.xerces.internal.* or something else then it isn't Apache Xerces. > (b) which version number? org.apache.xerces.impl.Version [1] gives you the version number. > -Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org > For additional commands, e-mail: j-users-h...@xerces.apache.org Thanks. [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-1 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com> E-mail: mrgla...@apache.org