Hi,

I usually obtain a SAXParser instance via the following...

import javax.xml.parsers.SAXParserFactory;
import javax.xml.parsers.SAXParser;
...
SAXParser saxParser = SAXParserFactory.newInstance().newSAXParser();
...

...this doesn't seem to need the "org.xml.sax.parser" system property to be set. Could 
Castor use
the same method of obtaining a SAXParser instance?

In order to get Castor working, I set the "org.xml.sax.parser" system property to
"org.apache.xerces.parsers.SAXParser", but I notice that this is the default in the
castor.properties file contained within the castor-X.X.X.jar. Why must I still set 
this property
in order to get Castor running?

Thanks.

=====
[EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to