<?xml version="1.0" encoding="UTF-8"?>
<catalog>
    
    <book id="1">
        <title>The Great Gatsby</title>
        <author>F. Scott Fitzgerald</author>
        <year>1925</year>
        <price>12.99</price>
        <category>Fiction</category>
    </book>
    
    <book id="2">
        <title>To Kill a Mockingbird</title>
        <author>Harper Lee</author>
        <year>1960</year>
        <price>14.50</price>
        <category>Classic</category>
    </book>
    
    <book id="3">
        <title>1984</title>
        <author>George Orwell</author>
        <year>1949</year>
        <price>10.99</price>
        <category>Science Fiction</category>
    </book>
    
</catalog>

Add a code snippet to your website: www.paste.org