in reply to XML::Twig and HTML Entities
The XML spec says that > characters don't need to be escaped. Consequently, when you use the output_text_filter=>'html' it takes the valid XML and encodes < into &lt; and also encodes > into >.<log><pre>won't escape properly - uggh!</pre></log>
|
|---|