Re: manipulating datbase by using xml.
Posted By:
WarnerJan_Veldhuis
Posted On:
Tuesday, February 21, 2006 05:39 AM
Inserting data in XML: use a DOM and save the DOM to disk.
Manipulating database: XML does not do anything. You cannot manipulate anything with it. XML is a datastructure in a text-file. Nothing more. So to manipulate stuff, you need to do that yourself, with your own classes.