The following example updates the purchase order handled by the slaes person Sriram Srinivasan.
UPDATE sales_tab set order = Update(order, '/Order/Customer/Name', 'IBM') WHERE sales_person = 'Sriram Srinivasan'
In this example, the content of /Order/Customer/Name is updated to IBM.