in reply to Re: Parsing dodgy XML
in thread Parsing dodgy XML
It uses XML::LibXML as a base, and seems fast enough. How much speed can you ask for when you have to correct dumb avoidable errors?
My only concern is that it is alpha and warns that it is liable to change, but I reckon it is usable, and the interface to underlying XML::LibXML methods are the same, so it is probably a safe bet.
Also, if I try with the strict parsing first, then fall back to XML::Liberal, I'll probably be OK.
many thanks
|
|---|