<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/chkno.xsl"?>
<content section="projects">
	<title>XSLT demos</title>
	<p>These are small demonstrations / examples
	of how to acomplish basic things in <html><a
	href="http://www.w3.org/TR/xslt">XSLT</a></html>.  These were
	written in a spirit of exploration as the author was learning
	XSLT.  As such, they may not be completely
	optimal.  <a href="/contact.xml">Comments</a> and <a
	href="../xmlmb">discussion</a> are welcome.</p>

	<p>XML files will open in your browser.  Modern browsers will
	automatically apply the xslt stylesheet, and you will see the
	stylesheet's output.  Use View::Source to see the raw XML
	input.</p>

	<html><table class="paddy">
	    <tr><th>Basics</th></tr>
		
	    <tr><td><a href="gt.xsl.txt">gt.xsl</a></td>
		<td><a href="gt.xml">gt.xml</a></td></tr>
	    <tr><td><a href="ms.xsl.txt">ms.xsl</a></td>
		<td><a href="ms.xml">ms.xml</a></td></tr>
	    <tr><td><a href="bigletter.xsl.txt">bigletter.xsl</a></td>
		<td><a href="bigletter.xml">bigletter.xml</a></td></tr>
	    <tr><td><a href="resulttree.xsl.txt">resulttree.xsl</a></td>
		<td><a href="resulttree.xml">resulttree.xml</a></td></tr>
	    <tr><td><a href="copycontents.xsl.txt">copycontents.xsl</a></td>
		<td><a href="copycontents.xml">copycontents.xml</a></td></tr>
	    <tr><td><a href="species.xsl.txt">species.xsl</a></td>
		<td><a href="species.xml">species.xml</a></td></tr>
	    <tr><td><a href="loops.xsl.txt">loops.xsl</a></td>
		<td><a href="loops.xml">loops.xml</a></td></tr>
	    <tr><td><a href="combinations.xsl.txt">combinations.xsl</a></td>
		<td><a href="combinations.xml">combinations.xml</a></td></tr>
	    <tr><td><a href="grouping.xsl.txt">grouping.xsl</a></td>
		<td><a href="grouping.xml">grouping.xml</a></td></tr>
	    <tr><td><a href="max.xsl.txt">max.xsl</a></td>
		<td><a href="max.xml">max.xml</a></td></tr>
	    <tr><td><a href="nzb-fill.xsl.txt">nzb-fill.xsl</a></td>
		<td><a href="nzb-fill.xml">nzb-fill.xml</a></td></tr>
	    <tr><td><a href="clean-recently-used.xsl.txt">clean-recently-used.xsl</a></td>
		<td>~/.recently-used.xbel</td></tr>

	    <tr><th style="padding-top: 1.5em">Less basic</th></tr>

	    <tr><td><a href="hierarchy.xsl.txt">hierarchy.xsl</a></td>
		<td><a href="hierarchy.xml">hierarchy.xml</a></td>
		<td>(becomes the <a href="../xmlmb">XML Message Board</a>)</td></tr>
	    <tr><td><a href="fw.xsl.txt">fw.xsl</a></td>
		<td><a href="fw.xml">fw.xml</a></td></tr>

	</table></html>

</content>
