<?xml-stylesheet type="text/xsl" href="template.xsl"?>
<page>
    <h1>Example XSL Website</h1>
    <p>This is a simple demo of an XSL-powered website.  With XSL, we can have header/footer includes without the need of <a href="https://en.wikipedia.org/wiki/Server_Side_Includes">server-side includes</a> (e.g. PHP), statically generated websites or client-side Javascript.</p>

    <a href="https://github.com/evidlo/xsl-website">Source Code</a>

    <article>
        <header><h1>Other Pages</h1></header>
        <ul>
            <li><a href="projects/foobar.xml">Page Alpha</a> - A cool project</li>
            <li><a href="projects/foobaz.xml">Page Beta</a> - Another project</li>
        </ul>
    </article>
</page>
