PHP wrote:

[ snip ]

I think I need some kind of HTML parser that will break up the supervisors
form, then insert any values need for the form values and then re-display
the form data.

Well, if you insert the XML declaration at the top, and make sure your page validates as XHTML, I believe you can use the xml_dom* and xml_parser (SAX) functions to parse your file.


I haven't tried it personally, but I hear that it can be done with the sax parser (from the fine poeple at #php)

Worth a try. http://www.php.net/xml

--
Burhan Khalid
phplist[at]meidomus[dot]com
http://www.meidomus.com

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



Reply via email to