<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="table-stylesheet.xml"?>
<library>
  <book id="bk101">
    <title>XML Developer Guide</title>
    <author>Ada Lovelace</author>
    <year>2026</year>
    <status>Available</status>
  </book>
  <book id="bk102">
    <title>Iframe Rendering Notes</title>
    <author>Grace Hopper</author>
    <year>2025</year>
    <status>Checked out</status>
  </book>
  <book id="bk103">
    <title>XSLT Compatibility</title>
    <author>Alan Turing</author>
    <year>2024</year>
    <status>Available</status>
  </book>
</library>
