Html parsing in PHP via DOM

KeemsDeaste

New Member
HiIs there anyway to parse HTML via XML functions of PHP? Can I use things like getElementbyId or class name to fetch info?Update: What would be the best way to extract all elements or related info if certain attribute is found. For instance; extract all text from tags having attribute heading. Now those tags could be span,body or even pThanks
 
Back
Top