<?non-xmldecl pi?>
<!-- This file represents a fragment of a book store inventory database -->
<bookstore specialty="novel" xmlns:my="http://my.com">
<book style="autobiography">
<published>1953-09-22</published>
<title>Book 1</title>
<author id="a1">
<first-name>Joe</first-name>
<last-name>Bob</last-name>
<award>Trenton Literary Review Honorable Mention</award>
</author>
<price>12</price>
</book>
<book style="textbook">
<published>1999-01-01</published>
<title>Book 2</title>
<author id="2">
<first-name>Mary</first-name>
<last-name>Bob</last-name>
<publication>
				Publication 1
				<first-name>Mary</first-name>
<last-name>Bob</last-name>
</publication>
</author>
<author id="3">
<first-name>Second</first-name>
<last-name>Author</last-name>
</author>
<price>55</price>
<price>55</price>
</book>
<magazine style="glossy" frequency="monthly">
<title>Road and Track</title>
<price>3.50</price>
<subscription price="24" per="year" />
<special_edition per_year="1">Yes</special_edition>
</magazine>
<magazine style="glossy" frequency="weekly">
<title>PC Week</title>
<price>free</price>
<publisher>Ziff Davis</publisher>
</magazine>
<magazine style="glossy" frequency="bi-monthly">
<title>PC Magazine</title>
<price>3.95</price>
<publisher>Ziff Davis</publisher>
<articles>
<story1>Create a dream PC
				<details>Create a list of needed hardware</details>
</story1>
<story2>The future of the web
				<details>Can Netscape stay alive with Microsoft eating up its browser share?</details>
<stock>MSFT 99.30</stock>
<date>1998-06-23</date>
</story2>
<story3>Visual Basic 5.0 - Will it stand the test of time?
			</story3>
</articles>
</magazine>
<magazine style="glossy" frequency="monthly">
<articles>
<story1>Sport Cars - Can you really dream?
			</story1>
</articles>
</magazine>
<magazine style="glossy" frequency="monthly">
<award>PC Magazine Best Product of 1997</award>
</magazine>
<book style="textbook">
<published>1965-10-22</published>
<title>Book 3</title>
<author>
<first.name>Mary F</first.name>
<last-name>Robinson</last-name>
<publication>
				Publication 2
				<first.name>Mary F</first.name>
<last-name>Robinson</last-name>
</publication>
</author>
<author id="3">
<first-name>Second</first-name>
<last-name>Author of Book 3</last-name>
</author>
<price>45</price>
<price>55</price>
</book>
<book style="textbook">
<published>1945-09-22</published>
<title>Book 4</title>
<author>
<first-name>Mary F</first-name>
<last-name>Robinson</last-name>
<award>Pulizer</award>
<publication>
				Selected Short Stories of
				<first-name>Mary F</first-name>
<last-name>Robinson</last-name>
</publication>
</author>
<price>10</price>
</book>
<book style="textbook">
<published>1995-09-22</published>
<title>How To Fix Computers</title>
<author>
<first-name>Hack</first-name>
<last-name>er</last-name>
<degree from="Harvard">Ph.D.</degree>
</author>
<price>08</price>
</book>
<magazine style="glossy" frequency="monthly">
<title>Tracking Trenton</title>
<price>2.50</price>
<subscription price="24" per="year" />
</magazine>
<my:magazine style="flat" frequency="monthly">
<title>Tracking Trenton Stocks</title>
<price>0.98</price>
<subscription price="10.75" per="year" />
</my:magazine>
<book style="novel" id="myfave">
<published>1970-09-22</published>
<title>Book 6</title>
<author>
<first-name>Toni</first-name>
<last-name>Bob</last-name>
<degree from="Trenton U">B.A.</degree>
<degree from="Harvard">Ph.D.</degree>
<award>Pulizer</award>
<publication>Still in Trenton</publication>
<publication>Trenton Forever</publication>
</author>
<price intl="canada" exchange="0.7">6.50</price>
<excerpt>
<p>It was a dark &amp; stormy night.</p>
<p>But then all nights in Trenton seem dark &amp;
			stormy to someone who has gone through what
			<emph>I</emph> have.
			</p>
<definition-list>
<term>Trenton</term>
<definition>misery</definition>
</definition-list>
</excerpt>
</book>
<my:book style="leather" price="29.50">
<my:title>MY:BOOK 1</my:title>
<my:author>Robert Bob</my:author>
</my:book>
<my:book style="hard back" price="99.95">
<my:title>MY:BOOK 2</my:title>
</my:book>
<my:book style="hard back" price="19.99">
<my:title>MY:BOOK 3</my:title>
</my:book>
</bookstore>
