NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re:mod_perl might suffer (Score:1)
btw, speaking about pure Perl XML parser (is there one?), next version of XML::Parser::Lite works on perl 5.005, perl5.6, and 5.7 for me. SOAP::Lite and improved XMLRPC::Lite can use either XML::Parser or XML::Parser::Lite. Lite version doesn't handle char/entity decoding and doesn't have a charset support yet. I can put more efforts into it if there is an interest. Since Lite version implements the same interface as XML::Parser it can be used in other projects too.
As for moving into core, I'm not sure this is right thing todo. CPAN is easy to use and webservices is not so widespread to benefit majority of Perl users. We can talk about it in SanDiego.
Paul.
Reply to This