in reply to Re^2: Vertical Tab (\x0b) in XML::LibXML 'XML::LibXML'->new( qw/ recover 2 / )->load_xml
in thread Vertical Tab (\x0b) in XML::LibXML
So if you make two passes through libxml you get valid xml? But then you lose the vertical tab ...
If I try using toFile I get error : xmlEscapeEntities : char out of range
Error seems to be coming from libxml2 itself ... this says sanitize your inputs first so ascii control chars aren't in there :/
I'd report it to XML::LibXML maintainer , for the clues he might provide :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Vertical Tab (\x0b) in XML::LibXML
by choroba (Cardinal) on Jul 23, 2014 at 23:04 UTC | |
by Anonymous Monk on Jul 23, 2014 at 23:18 UTC |