<!-- The stylesheet to apply -->
<?xml-stylesheet href="simple1.xsl" type="text/xsl"?>
<document cache-methods="get,post">
        
<title>Gnomon Simple XSLT sample</title>
        
<body>
                
<heading>Gnomon Simple XSLT sample</heading>
                
<sub-heading>Sample #1</sub-heading>
                
<paragraph>
                        This is a very simple example of gnomon.  It uses the 
                        
<xml-source-link new-window="1" href="/gnomon/samples/simple/simple1.xml">source page</xml-source-link> and the 
                        
<xml-source-link new-window="1" href="/gnomon/samples/simple/simple1.xsl">stylesheet</xml-source-link>
                        to produce the output that you see.
                
</paragraph>
                
<paragraph>
                        Note from the source page that the stylesheet to use is selected
                        by an XML processing instruction.
                
</paragraph>
        
</body>
</document>