Re: Perl XML::Parser failing tests

Robin Berjon <[email protected]>
Newsgroups gmane.comp.lang.perl.xml
Message-ID <[email protected]>
On Mar 17, 2010, at 19:59 , Dave Wombat wrote:
> Or can I safely ignore the errors, and just force install XML::Parser?

Unless you work in very specific settings, there's a 99.9999% chance that you'll never ever see a conditional DTD inclusion used. If I had to, it's a chance I'd take, but it really is up to the type of document you'll be processing — do you have an idea what those are?

Perhaps more helpful: why are you using XML::Parser? As best I know, there isn't much left on CPAN that depends on that, everything's moved on to either using SAX (through other parsers, including ExpatXS) or other processing methods offered by XML::LibXML (or sat on top of it). If you can avoid XML::Parser, do so.

-- 
Robin Berjon - http://berjon.com/



_______________________________________________
Perl-XML mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.