Possible Duplicates:
Robust, Mature HTML Parser for PHP
Best methods to parse HTML
Hello,
What is the faster and easy HTML parser for PHP 5?
Thank you
Possible Duplicates:
Robust, Mature HTML Parser for PHP
Best methods to parse HTML
Hello,
What is the faster and easy HTML parser for PHP 5?
Thank you
if its valid xhtml, you can do this with the SimpleXML built-in library afaik
but as people mentioned, why would you want to parse it? Are you sure you dont want to search for stuff instead?