vote up 0 vote down star

Possible Duplicate:
Robust, Mature HTML Parser for PHP

I am looking for a good way to parse and modify html documents server side in php. Beautiful soup and hpricot look like very good tools but they are not available for php. Are there any good libraries that can do this in php? Tidy appears to be partially what I am looking for, but it doesn't look like you can use selectors, etc in tidy.

flag

Think this is basically the same as stackoverflow.com/questions/292926 . Note that DOMDocument::loadHTML itself is supposed to work on most malformed HTML. – Matthew Flaschen Jun 12 at 21:56

closed as exact duplicate by Matthew Flaschen, Ólafur Waage, Alister Bulman, Emil H, Paolo Bergantino Jun 13 at 0:27

Browse other questions tagged or ask your own question.