<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="style.xsl"?>
<catalog>
    <book id="b1">
        <title>Learning XSLT</title>
        <author>Jane Doe</author>
        <price>29.99</price>
    </book>
    <book id="b2">
        <title>XML for Beginners</title>
        <author>John Smith</author>
        <price>19.99</price>
    </book>
</catalog>
