<?xml version="1.0" encoding="UTF-8"?>
<catalog updated="2026-08-28">
  <book id="b1" language="en">
    <title>Dune</title>
    <author>Frank Herbert</author>
    <price currency="USD">9.99</price>
  </book>
  <book id="b2" language="en">
    <title>Emma</title>
    <author>Jane Austen</author>
    <price currency="USD">5.00</price>
  </book>
  <book id="b3" language="fr">
    <title>Le Petit Prince</title>
    <author>Antoine de Saint-Exupery</author>
    <price currency="EUR">7.20</price>
  </book>
</catalog>
