Example 2: Updating users

A user wants to update the telephone numbers of the users in the system. That user created an XML file called phone.xml, which contains the data for the users and their phone numbers.

To complete this task, the following command line function is called:
arsxml update -h ARCHIVE -u admin -i phone.xml
The file phone.xml might look like this:
<?xml version="1.0" encoding="UTF-8"?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user name="Bill" phone="(212) 555-0919"/>
<user name="Erin" phone="(212) 555-4295"/>
<user name="Brie" phone="(212) 555-0301"/>
</onDemand>