[snip]
So I don't have to reinvent anything, does such a thing exist anywhere
that 
anyone knows of:

I'm looking for a php script that will read any xml file, display the
contents in html, with the option of adding an entry (in the same
scheme,
whatever that might be) or deleting existing entries.

I think I could write this, but it would take a while.
[/snip]

http://www.php.net/xmlreader
http://www.php.net/xmlwriter

You will have to use some XSLT to do the content display

http://www.php.net/xslt

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

Reply via email to