This post examines a method for saving a modified XML file to disk. To accomplish this task, the XML is first converted to binary data using byteArray – and then saving the byteArray to disk using fileReference.
Entries Tagged as 'appendchild'
Modifying XML files
February 16th, 2010 · No Comments · Tutorials
In earlier posts, I discussed various methods to read XML data (here, here). In this post we’ll look at various means of modifying existing XML files.
Tags:appendchild·edit·insertchildafter·insertchildbefore·xml