<?xml version="1.0"?>
<!DOCTYPE booklist SYSTEM "booklist.dtd">

<booklist>
  <book>
    <title>HTML and XHTML</title>
    <author>
		<firstname>Chuck </firstname>
		<surname>Musciano</surname>
	</author>
	<author>
		<firstname>Bill </firstname>
		<surname>Kennedy</surname>
	</author>
	<publisher>O'Reilly</publisher>
    <ISBN>059600026X</ISBN>
  </book>
  <book>
    <title>Programming the World Wide Web</title>
    <author>
		<firstname>Robert </firstname>
		<surname>Sebesta</surname>
	</author>
    <publisher>Addison Wesley</publisher>
    <ISBN>0321149459</ISBN>
  </book>
  <book>
    <title>Web Programming</title>
    <author>
		<firstname>Chris </firstname>
		<surname>Bates</surname>
	</author>
    <publisher>Wiley</publisher>
    <ISBN>0470843713</ISBN>
  </book>
  <book>
    <title>Weaving a Website</title>
    <author>
		<firstname>Susan </firstname>
		<surname>Anderson-Freed</surname>
	</author>
    <publisher>Prentice Hall</publisher>
    <ISBN>0130282200</ISBN>
  </book>
  <book>
    <title>Internet and World Wide Web (How to Program)</title>
    <author>
		<firstname>Harvey </firstname>
		<surname>Deitel</surname>
	</author>
    <author>
		<firstname>Paul </firstname>
		<surname>Deitel</surname>
	</author>
    <author>
		<firstname>Tim </firstname>
		<surname>Nieto</surname>
	</author>
    <publisher>Prentice Hall</publisher>
    <ISBN>0130308978</ISBN>
  </book>
</booklist>