Skip Menu |

This queue is for tickets about the XML-Dumper CPAN distribution.

Report information
The Basics
Id: 18527
Status: new
Priority: 0/
Queue: XML-Dumper

People
Owner: Nobody in particular
Requestors: FANY [...] cpan.org
Cc: 252125 [...] rt.noris.net
AdminCc:

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



CC: 252125 [...] rt.noris.net
Subject: XML::Dumper does not work for binary data
E.g.: $ perl -MXML::Dumper -e '$d="\02";$x=pl2xml($d);$p=xml2pl($x);print length$d,"|",length$p,"\n"' 1|0 Depending upon the kind of data you encode, you may also get an "not well-formed (invalid token) at ..." error message from XML::Parser when trying to decode using xml2pl(). If this is not going to be fixed, it should IMHO at least be documented. Regards, fany