<?xml version="1.0" encoding="UTF-8"?>
<bib>
    <book year="1994">
        <title>TCP/IP Illustrated</title>
        <author>Stevens</author>
        <publisher>Addison-Wesley</publisher>
        <price>65.95</price>
    </book>
    <book year="1994">
        <title>Principles of Databases</title>
        <author>Abiteboul</author>
        <publisher>Addison-Wesley</publisher>
        <price>35.89</price>
    </book>
    <book year="1992">
        <title>Advanced Programming in the Unix environment</title>
        <author>Stevens</author>
        <publisher>Addison-Wesley</publisher>
        <price>65.95</price>
    </book>
    <book year="2000">
        <title>Data on the Web</title>
        <author>Abiteboul</author>
        <author>Buneman</author>
        <author>Suciu</author>
        <publisher>Morgan Kaufmann Publishers</publisher>
        <price> 39.95</price>
    </book>
    <book year="1992">
        <title>The Economics of Technology
            and Content for Digital TV</title>
        <editor>
            Gerbarg
            <affiliation>CITI</affiliation>
        </editor>
        <publisher>Kluwer Academic Publishers</publisher>
        <price>129.95</price>
    </book>
</bib>
