the following is a small xml file that saves transactions entered by the user. At the end of the month a report is printed. I need to have the xml file cleared of all data at the end of the month as well and I am unsure of how to go about that. does anyone? thanks!!!
<?xml version="1.0" encoding="utf-8" ?>
<NewDataSet xmlns=" <record>
<partnumber>13M133403</partnumber>
<from>eri</from>
<to>ten</to>
<quantity>307.25</quantity>
<entered>11/15/02</entered>
</record>
<record>
<partnumber>64Z100329</partnumber>
<from>chi</from>
<to>mia</to>
<quantity>1500</quantity>
<entered>11/15/02</entered>
</record>
</NewDataSet>
<?xml version="1.0" encoding="utf-8" ?>
<NewDataSet xmlns=" <record>
<partnumber>13M133403</partnumber>
<from>eri</from>
<to>ten</to>
<quantity>307.25</quantity>
<entered>11/15/02</entered>
</record>
<record>
<partnumber>64Z100329</partnumber>
<from>chi</from>
<to>mia</to>
<quantity>1500</quantity>
<entered>11/15/02</entered>
</record>
</NewDataSet>