|
Posted by Pupkin on 12/03/07 19:04
Hi,
I have a site that takes info from a form and adds it as a record to an
XML file (RSS format), using the XML as a light-weight db.
Now I need to build a web-based management app for the data in the XML
file, where the user can grab a record from the XML file, edit it, and
save the changes back to the XML file.
I've done this same kind of recordset thing with an sql database, but
not with XML. Is there a simple open source app that already does this?
Where all I'd need to modify is the elements in the editing form?
I just need a reference to look at in terms of grabbing the data from
items in the XML and saving it back.
Thanks.
[Back to original message]
|