<?xml version="1.0" encoding="Windows-1251"?>
<books id="0" updated="update fail" deleted="delete fail">
  <book id="1">
    <title id="1.1">Pierre: The Ambiguities</title>
    <author id="1.2">Sophocles</author>
    <price id="1.3">9.99</price>
  </book>
  <book id="2">
    <title id="2.1">Heart of Darkness</title>
    <author id="2.2">Joseph Conrad</author>
    <price id="2.3">12.99</price>
  </book>
  <book id="3">
    <title id="3.1">Arrowsmith</title>
    <author id="3.2">Sinclair Lewis</author>
    <price id="3.3">8.99</price>
  </book>
</books> 
  |