in reply to Seeking Pure Perl XML Parser

XML::SAX::PurePerl. I think this is the first time I've seen anyone insist on non-core modules ;-)

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Seeking Pure Perl XML Parser
by Steve_p (Priest) on Sep 28, 2002 at 02:35 UTC
    Right now, none of XML modules are technically part of the core. If you use ActiveState, that's a different story, since XML::Parser and SOAP::Lite are installed by default.
Re: Re: Seeking Pure Perl XML Parser
by fglock (Vicar) on Sep 28, 2002 at 04:49 UTC
    I guess it means "we can only use non-standard modules if they are pure Perl" :)
Re: Re: Seeking Pure Perl XML Parser
by jaxon (Novice) on Sep 30, 2002 at 22:49 UTC
    Sorry, I worded that wrong. I mean that if we are to use any non-core modules, they have to be pure perl. :0