Skip Menu |

This queue is for tickets about the HTML-Tree CPAN distribution.

Report information
The Basics
Id: 26938
Status: open
Priority: 0/
Queue: HTML-Tree

People
Owner: Jeff.Fearn [...] gmail.com
Requestors: justin [...] devuyst.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: as_XML doesn't encode enough characters, specifically CR and LF
Date: Fri, 4 May 2007 15:46:18 -0400 (EDT)
To: bug-HTML-Tree [...] rt.cpan.org.
From: "Justin DeVuyst" <justin [...] devuyst.com>
The Versions: HTML::Tree 3.23 Perl v5.8.5 built for i386-linux-thread-multi Supposedly a CRLF sequence, which I have encountered in an XML document attribute value I'm having to manipulate, should end up as "&#xD;&#xA;". Maybe its possible to escape all valid characters that aren't alphanumeric... Thanks, jdv
Hi, can you supply an example of the input?