<?xml version="1.0"?>
<!DOCTYPE books SYSTEM "books.dtd">
<books xmlns:="hlcatalog.sourceforge.net/books" name="My Book Collections">
	<book>
		<title>Programming with Qt, 2nd Edition</title>
		<author>Mattbias Kalle Dalheimer</author>
		<publish>
			<by>O Reilly</by>
			<date>January 2002</date>
			<pages>500</pages>
			<isbn>0596000642</isbn>
			<webpage>www.oreilly.com</webpage>
		</publish>
		<bought>May 2002</bought>
		<location>
			<where>bookshelf 2</where>
			<loan> </loan>
		</location>
		<extra>
			<comments>This books is very useful.</comments>
			<rating>4</rating>
		</extra>
	</book>
	<book>
		<title>Essential GIMP for Web Professionals</title>
		<author>Michael J. Hammel</author>
		<publish>
			<by>Prentice Hall</by>
			<date>2001</date>
			<pages>355</pages>
			<isbn>0130191140</isbn>
			<webpage>www.phptr.com/essential</webpage>
		</publish>
		<bought>May 2002</bought>
		<location>
			<where>bookshelf 2</where>
			<loan> </loan>
		</location>
		<extra>
			<comments>not a bad book.</comments>
			<rating>3.5</rating>
		</extra>
	</book>
</books>
