If trying to use the non-default parser marquee
currently does a
Class.forName() on the provided class name. Certain
parsers, crimson
provided with 1.4 for example cannot be instantiated
this way. Perhaps
it should use a ParserFactory to instantiate parsers to
avoid this
problem?
Logged In: YES
user_id=91348
I'll introduce a factory interface in the next release, and a
default implementation that performs the steps currently
involved in instantiating a driver today.
Thanks.
Regards,
Greger.
Logged In: YES
user_id=91348
The upcoming version 2 release uses SAX2 parser set through
the system properties;
System.setProperty "org.xml.sax.driver", "uk.co.wilson.xml.Min
ML" );