in reply to Seeking Pure Perl XML Parser
You can use either XML::Parser::Lite or XML::SAX::PurePerl, but be aware that they both have limitations. Neither of them does entity replacement for example (patches welcome ;--).
If you are using ActiveState build then XML::Parser is installed (PPM uses it), so you can use all of the Pure-Perl modules based on it: XML::Simple, XML::DOM, XML::Twig, XML::XPath...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Seeking Pure Perl XML Parser
by jaxon (Novice) on Sep 30, 2002 at 23:02 UTC |