V
Veeven
Hi,
Suppose I have an XML file like this on the web, say,
http://www.example.com/list.xml
<?xml version='1.0'?>
<list>
<item id='itm01'>
<name>Item 1</name>
<desc>This is item 1</desc>
</item>
<item id='itm02'>
<name>Item 2</name>
<desc>This is item 2</desc>
</item>
<!-- many more... -->
</list>
I want to add a new item to the list or modify an existing item. Is
there any way (like I fill out a form and list.xml is updated) either
using ASP, PHP or Perl?
Please help. Thanking you.
Suppose I have an XML file like this on the web, say,
http://www.example.com/list.xml
<?xml version='1.0'?>
<list>
<item id='itm01'>
<name>Item 1</name>
<desc>This is item 1</desc>
</item>
<item id='itm02'>
<name>Item 2</name>
<desc>This is item 2</desc>
</item>
<!-- many more... -->
</list>
I want to add a new item to the list or modify an existing item. Is
there any way (like I fill out a form and list.xml is updated) either
using ASP, PHP or Perl?
Please help. Thanking you.