in reply to Re^3: Parsing semi-complex HTML
in thread Parsing semi-complex HTML

If we were in the same office, I'd throw something at you right now. I've been using the recover/recover_silently in my XML::LibXML HTML parsing examples--I think in some threads you were in on--for a couple of years. :(

Replies are listed 'Best First'.
Re^5: Parsing semi-complex HTML
by ikegami (Patriarch) on Jul 07, 2010 at 16:40 UTC
    I knew ->recover existed, but I had no idea how well it worked. I haven't personally used XML::LibXML to parse HTML.