Re: [PHP] xml reader/writer

2007-08-28 Thread Per Jessen
Sam Baker wrote: > 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. Use the XSLT ext

Re: [PHP] xml reader/writer

2007-08-27 Thread Richard Lynch
On Mon, August 27, 2007 12:41 pm, Sam Baker wrote: > 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 > schem

RE: [PHP] xml reader/writer

2007-08-27 Thread Jay Blanchard
[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.