1<?xml version="1.0"?>
2<x:books xmlns:x="urn:books">
3 <book id="1">
4 <author>Writer</author>
5 <title>The First Book</title>
6 <genre>Fiction</genre>
7 <price>44.95</price>
8 <pub_date>2000-10-01</pub_date>
9 <review>An amazing story of nothing.</review>
10 </book>
11</x:books>
12