Hi,

I am planning to use PHP to develop some scripts that will need to 
create and manipulate html pages.  One of the things that will be 
created is a DOM tree of the html.

After reading the manual I've found that php supports the event-driven 
and dom xml, but with the latter tagged as EXPERIMENTAL.  I've also 
noticed that as of 4.3.0-dev (which I am using) the api has changed.

So I'd like to know how "experimental" (also stable) this support is and 
suggestions regarding this issue and DOM itself.

One of the main issues is that I'll need to cope with html (not xml) and 
mostly not "well-formed".

Regards.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to