ftumsh has asked for the wisdom of the Perl Monks concerning the following question:
Lo all,
Given that
1) the xml I have to use is quite simple (no cdata or PI etc)
2) but possibly large (< 5meg)
3) I need to know a tag before it's children are parsed
4) have a small memory footprint
5) be very fast
6) Linux only
Given that
1) the xml I have to use is quite simple (no cdata or PI etc)
2) but possibly large (< 5meg)
3) I need to know a tag before it's children are parsed
4) have a small memory footprint
5) be very fast
6) Linux only
Should I be using XML::Parser or XML::LibXML?
Thx
John
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: best xml parser to use
by Tanktalus (Canon) on Jul 06, 2006 at 18:07 UTC | |
by ftumsh (Scribe) on Jul 06, 2006 at 19:03 UTC | |
by rvosa (Curate) on Jul 07, 2006 at 03:33 UTC | |
by ftumsh (Scribe) on Jul 10, 2006 at 12:31 UTC | |
by Jenda (Abbot) on Aug 14, 2006 at 17:19 UTC | |
Re: best xml parser to use
by planetscape (Chancellor) on Jul 06, 2006 at 19:28 UTC | |
by GrandFather (Saint) on Jul 07, 2006 at 03:51 UTC | |
Re: best xml parser to use
by xdg (Monsignor) on Jul 10, 2006 at 12:54 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |
Back to
Seekers of Perl Wisdom