in reply to parse a changing html table

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: parse a changing html table
by Jenda (Abbot) on Dec 29, 2007 at 14:30 UTC

    Your rule doesn't make any sense. Parsing HTML is harder than parsing XML ... it's much less regular. Always using regexp when you hear parsing is like always using a hammer, no matter the task. If all you have is a hammer it's understandable, if you have a full toolbox it's silly.