Re: Perl XML::Parser failing tests
Randall Marbach <[email protected]>
| Newsgroups | gmane.comp.lang.perl.xml |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply Robin I encountered this error while attempting to install the SOAP::WSDL module. I have been away from the perl side of things for a while now but am finding my way back into prototyping webservices in perl. What SOAP modules are considered state of the art in perl for developing WSDL based clients and servers? Especially DOC/Literal WebServices. I'd be interested in developing clients that use WSDL to statically and dynamically to invoke web services. I'm also interested in using WSDL to create server side services as well as generating WSDL from Moose Classes or perl modules. TIA Randy ________________________________ From: Robin Berjon <[email protected]> To: Dave Wombat <[email protected]> Cc: [email protected] Sent: Mon, March 22, 2010 6:50:58 AM Subject: Re: Perl XML::Parser failing tests 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 _______________________________________________ Perl-XML mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs