Hi,
Using the createElement XML DOM method you can add elements and text to an XML file in memory but does anyone know any ways of performing this permanantly.
For example, I’d like to make a form where I click on submit and it adds elements to an XML file. When I then open the XML file I should be able to see the element I’ve just added…
Thanks.
James