<?xml version="1.0" encoding="ISO-8859-1"?>
  <bookstore>
  <book catalog="Programming">
  <title lang="en">C++ Programming Language</title>
  <author>Bjarne Stroustrup</author>
  <year>1998</year>
  <price>98.0</price>
  </book>
  <book catalog="Networking">
  <title lang="en">TCP/IP Illustrated</title>
  <author>Richard Stevens</author>
  <year>1996</year>
  <price>56.0</price>
  </book>
  </bookstore>