<?xml version="1.0"?>
<html>
  <head><title>XML::Twig Data Base Example (2)</title></head>
  <body>
    <h1>XML::Twig Data Base Example</h1>
    <h2>Catalog</h2>
    <rel_table query="SELECT books.code, books.name, books.price, ratings.rating FROM books, ratings where books.code=ratings.code"/>
  </body>
</html>
