Hello! I'm new to Ajax (coming from PHP world), and I've been able to find plenty of examples of Ajax being used to display data from XML on a web page, but I haven't found many examples of Ajax being used to update/edit the content or structure of an XML file through the web page front-end. Is there a reason this doesn't seem to be commonly done?
Thanks!
Tom Tolleson
Last edited by Tom Tolleson; Oct 21st, 2008 at 12:47 pm.
> I've been able to find plenty of examples of Ajax being used to display data from XML on
> a web page
XML when served by the server when making asynchronous requests is purely for the sake of easy data manipulation given that a XML response can be easily inspected/worked upon using the DOM API.
> but I haven't found many examples of Ajax being used to update/edit the content or
> structure of an XML file through the web page front-end
You can, but there doesn't seem to be any real need to do so.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.