Hi Michael,

Michael Dyck <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]

Thanks.

[1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-1

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [email protected]>
E-mail: [email protected]

Reply via email to