<?xml version="1.0"?>
<bookList xmlns="http://www.example.org">

  <book>
    <title>The Java (tm) Programming Language, Third Edition</title>
    <price>81.94</price>
    <author>Ken Arnold</author>
    <author>James Gosling</author>
    <author>David Holmes</author>
  </book>

  <book title="The Java Tutorial Second Edition" price="45.95">
    <author>Mary Campione</author>
    <author>Kathy Walrath</author>
 </book>

</bookList>