[jdom-interest] How to find out which parser is being used

David Kavanagh dak at dotech.com
Tue Dec 10 06:36:45 PST 2002


Should be able to set the system property:
    org.xml.sax.driver
to something like
    org.apache.crimson.parser.XMLReaderImpl    - for the crimson parser
You can assume that with JDK1.4 and greater, crimson is being used by 
default. You could replace it by setting the above property.

David

On 12/10/2002 3:34 AM, Christian Peter wrote:

> Hi all,
>
> when using DOMBuilder, is there a way to check which parser is being 
>  used? And is it possible to explicitely set the parser which should 
> be used?
>
> Christian
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com 
>






More information about the jdom-interest mailing list