<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "bib.dtd">
<bib> 
   <author id="RS"><firstname>Rose</firstname> 
     <lastname>Sedgewick</lastname>
   </author>

   <author id="TF"><firstname>Travis</firstname> 
     <lastname>Forrester</lastname>
   </author>

   <book author="RS">
      <title>Algorithms in Java</title>
      <isbn>0-201-51059-6</isbn>
      <price>46.25</price>
   </book>
   <book author="TF">
      <title>Java Beans Design</title>
      <isbn>0-201-54330-3</isbn>
      <price>42.25</price>
   </book>
</bib>
