Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating XML Data - what's the best way?

Status
Not open for further replies.

JLJ2004

MIS
Apr 5, 2004
1
GB
Hi,
I have an XML file that contains certain data (see further down) which I want to update frequently. I am hoping that advise what the best technique for updating the data is (ideally by using a form), and maybe point me in the direction of some examples.

Thanks!

<?xml version="1.0" ?>
<?xml-stylesheet Type='Text/xsl' Href='Analyst.xsl'?>

<Availability>

<!--Jeff's Team-->
<Analyst><Team>Support</Team><Name>John Smith</Name><Call_Limit>15</Call_Limit><Lunch>13</Lunch><Lunch_Min>00</Lunch_Min><AM>-</AM><PM>-</PM><Notes>working on Call Allocation Page</Notes></Analyst>
<Analyst><Team>Support</Team><Name>Bob Jones</Name><Call_Limit>15</Call_Limit><Lunch>13</Lunch><Lunch_Min>00</Lunch_Min><AM>-</AM><PM>-</PM><Notes>Leaving at 3</Notes></Analyst>
...
...
</Availability>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top