<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="bookDB.css"?> 
<!-- File: bookDB.xml -->
<!DOCTYPE bookDB [<!ATTLIST chap number ID #REQUIRED>]>
<bookDB>
   <count> 1 </count>
   <notes> this database stores computer book info </notes>
   <book isbn="0-13-355592-2">
      <author>Stephen Chen</author>
      <title>XML: for Real Programer</title>
      <content>
          <chap number="1">The Core of XML</chap>
          <chap number="2">DOM and XSL</chap>
          <chap number="3">XLink and XPointer</chap>
          <chap number="4">XML Applications</chap>
      </content>
      <description>
        The web is changing every day. It is not only a place for nifty web pages, but also a communication medium where businesses can perform daily routines. Thus the buzz of e-business is everywhere. "e-business" is not about creating a shopping center on te web. Rather, it is about how a business can communicate with its partners, customers and supplies. ....
      </description>
   </book>
</bookDB>
