![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^3: binary data in XML (semantics)by mirod (Canon) |
on Feb 28, 2008 at 19:58 UTC ( #670997=note: print w/replies, xml ) | Need Help?? |
HTML::TreeBuilder::XPath might be what you're looking for. Be aware of 2 things though: it loads the entire document in memory. Then its XML export method (as_XML, inherited from HTML::TreeBuilder) does not care about encoding at all, so it might very well produce non-well-formed XML. Which is probably what you want, come to think about it.
In Section
Seekers of Perl Wisdom
|
|