in reply to Re: Seeking Pure Perl XML Parser
in thread Seeking Pure Perl XML Parser

The project we are working on have to run on AIX, HPUX, Solaris, Linux, Widows, MacOX and potentially other Un*x platforms from the same Perl code (three chears for portable Perl!).

So this means that I have to go with either modules that are common to all these platforms, or use modules that can be untared with the the project's Perl code.

XML::Parser::Lite or XML::SAX::PurePerl meet these requirements, I'll find out soon whether they do the trick.

Thanks! ;)