Menu

#11 marquee.xmlrpc.XmlRpcParser.setDriver()

open
None
5
2002-10-21
2002-10-21
Anonymous
No

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?

Discussion

  • Greger Ohlson

    Greger Ohlson - 2002-10-21

    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.

     
  • Greger Ohlson

    Greger Ohlson - 2002-10-21
    • assigned_to: nobody --> gregerohlson
     
  • Greger Ohlson

    Greger Ohlson - 2004-02-18

    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" );

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.