gmpassos has asked for the wisdom of the Perl Monks concerning the following question:
It will be an alternative for the better parsers, XML::Parser and XML::SAX, when they aren't installed.
The module need just to parse basic XML documents (no unicode, and only simple tags), not very complex data, since it's an low alternative.
I was look at CPAN for one, but most use XML::Parse and XML::SAX inside. And the module need to be pure Perl, without XS, since the client doesn't have a compiler to install it!
Anyone know one?! (I really don't want to write a XML parser now)
Graciliano M. P.
"The creativity is the expression of the liberty".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need a XML parser pure Perl and independent!
by chromatic (Archbishop) on May 10, 2003 at 23:55 UTC | |
|
Re: Need a XML parser pure Perl and independent!
by broquaint (Abbot) on May 10, 2003 at 23:56 UTC | |
by gmpassos (Priest) on May 11, 2003 at 03:12 UTC | |
|
Re: Need a XML parser pure Perl and independent!
by PodMaster (Abbot) on May 10, 2003 at 23:58 UTC |