Tag: modify()

Introduction to XML DML (Part 3) – Using the modify() method: delete
By Art on February 7, 2012

This is the last part of a 3 part blog which will attempt to show some different ways of how you can use the xml modify() method to update the contents of an XML document. This part, starting at the absolute basics, will cover the ability to delete data in an existing XML document XML DML is an extension of […]

Read More
Introduction to XML DML (Part 2) – Using the modify() method: replace value of
By Art on January 26, 2012

This is the second part of a 3 part blog which will attempt to show some different ways of how you can use the xml modify() method to update the contents of an XML document. This part, starting at the absolute basics, will cover the ability to update data in an existing XML document XML DML is an extension of […]

Read More
Introduction to XML DML (Part 1) – Using the modify() method: insert
By Art on January 16, 2012

This is the first part of a 3 part blog which will attempt to show some different ways of how you can use the xml modify() method to update the contents of an XML document. This first part, starting at the absolute basics, will cover the ability to insert data into an existing XML document XML DML is an extension […]

Read More