<?xml version="1.0" encoding="UTF-8"?>
<sales>
   <shop name="cheaper.store.com">
      <book amount="5" title="TCP/IP Illustrated" price="59.95" turnover="299.75"/>
   </shop>
   <shop name="expensive.store.com">
      <book amount="3" title="Data on the Web" price="39.95" turnover="119.85000000000001"/>
      <book amount="1" title="TCP/IP Illustrated" price="65.95" turnover="65.95"/>
      <book amount="2" title="Advanced Programming in the Unix environment" price="65.95"
            turnover="131.9"/>
   </shop>
</sales>