I've look for online samples, but didnt find anything that led more than half of the way, which is surprising because I would think this is a common need.
It is a common need, but regular expressions can't fully parse HTML because regular expressions can't parse arbitrarily nested patterns.
In your case, you need to look for specific patterns within the page you are parsing, don't try to make a generalized parser for HTML.
Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
