Next page Previous page Start of chapter End of chapter

XQuery Update

XQuery Update Facility is a small extention of XQuery for updating an XML document. Let us work on the following simple document:


<person born="23/06/1912" died="07/06/1954">
   <name>
      <first>Alan</first>
      <last>Turing</last>
   </name>
   <profession>computer scientist</profession>
   <profession>mathematician</profession>
   <profession>cryptographer</profession>
</person>

We perform the following update operations:

Next page Previous page Start of chapter End of chapter
Caffè XML - Massimo Franceschet