|
Posted by Andre-John Mas on 11/14/07 21:23
Hi,
I am wanting to be able to get a section of a HTML document, by
specifying an XPath. For example:
$title= GetSection ( '/html/head/title');
$body= GetSection ( '/html/body');
I made a simple parser myself some time back, but it is failing with
certain types of documents. Instead of maintaining the code, I would
reather find an existing solution, so that I can concentrate my
development efforts elswhere. Does anyone have anything they can
recommend?
Andre
Navigation:
[Reply to this message]
|