
September 21st, 2009, 02:28 AM
|
|
Contributing User
|
|
Join Date: Feb 2004
Location: London, England
|
|
|
I agree - you do not want to parse HTML or XML with regex - that way lies madness. There are lots of alternative ways of getting data from HTML/XML files such as DOM parsers, SAX parsers and xpath. If your language does not support any of them then you are using the wrong language.
Dave
|