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