![]() |
|
|
|
|
|
|
3
8th November 03:49
External User
Posts: 1
|
On Fri, 4 Jan 2008 12:33:11 -0500
Hi, Seems like you might want to look at the DOM extension and friends. Start here: http://www.php.net/manual/en/ref.dom.php http://www.php.net/manual/en/ref.simplexml.php http://www.php.net/manual/en/ref.xml.php HTH, GM -- Greg Maruszeczka http://websage.ca skype: websage.ca googletalk: gmarus |
|
|
4
8th November 03:49
External User
Posts: 1
|
Hopefully you're using PHP5:
http://php.net/dom to interact with the DOM http://php.net/tidy to cleanup the HTML if needed If you're on PHP4: http://php.net/domxml Brady |
|