in reply to Which XML parser would be the wisest to use
Update: XML::Rules uses XML::Parser::Expat...but since it's a wrapper around Expat, it would be slower than the XML::Parser::Expat module alone...but faster/slower would not be the point of using XML::Rules over XML::Parser::Expat in the first place.
When I ran your XML::SAX code, it used XML::LibXML (via XML::LibXML::SAX) under the hood, but then, I have XML::LibXML installed, and ParserDetails.ini is set to use it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Which XML parser would be the wisest to use
by wardy3 (Scribe) on Feb 21, 2008 at 01:32 UTC | |
by runrig (Abbot) on Feb 21, 2008 at 04:28 UTC | |
by Jenda (Abbot) on Feb 29, 2008 at 00:30 UTC |