<?xml version="1.0"?>
<reading
 xmlns="http://www.cs.umd.edu"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.cs.umd.edu/~jfoster reading.xsd">
<book>
<title>Thinking in Java</title>
<author>Bruce Eckel</author>
</book>
<book binding="hardcover">
<title>Program Development in java</title>
<author>Barbara Liskov</author>
<authorwith>John Guttag</authorwith>
</book>
</reading>

