<?xml version="1.0" encoding="UTF-8"?>
<html xmlns:html="http://www.w3.org/1999/xhtml">
	<html:head>
		<html:title>XML Namespace example I</html:title>
		<html:link href="namespace1.css"  rel="stylesheet" type="text/css"></html:link>
	</html:head>
	<html:body>
		<books>
		  <html:h2>XML Namespace Example - Books</html:h2>
	      <html:div class="divL">
			<book type="hardback">
				<title><html:span class="titleTxt">Atlas Shrugged</html:span></title><html:br />
				<author>Ayn Rand</author><html:br />
				<isbn><html:span class="isbnTxt">0525934189</html:span></isbn>
			</book>
		  </html:div>
	      <html:div class="divR">
			<book type="paperback">
				<title><html:span class="titleTxt">A Burnt-Out Case</html:span></title><html:br />
				<author>Graham Greene</author><html:br />
				<isbn><html:span class="isbnTxt">0140185399</html:span></isbn>
			</book>
		  </html:div>
		</books>
	</html:body>
</html>
