XML-Twig - Re: XML::Twig crashing when encountering unqouted ampersand.

Posted on Wed Jun 27 23:41:11 2007 by mirod in response to 5558 (See the whole thread of 2)
Re: XML::Twig crashing when encountering unqouted ampersand.

No, it can't.

XML::Twig is based on an XML parser, which like all XML parsers, refuses to work with mal-formed XML. It only works with XML. That is part of the XML spec. I am afraid you will have to pre-process yur data to turn it into well-formed XML before using any XML tool on it.

Write a response