<?xml version="1.0" encoding="ISO-8859-1"?>
<?xmlspysamplexml C:\cygwin\usr\local\Apache2\htdocs\control\xmlDocumentation\documentation.xml?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" doctype-public="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<xsl:template match="/">
<html>
<head>
<title>Virtual Remote Control: Test Site: Documentation</title>
<meta name="id" content="1.2"/>
<link rel="stylesheet" href="/control/control.css" type="text/css"/>
</head>
<body>

<!-- begin header include, id="1.84" -->
<h3>Virtual Remote Control: <span class="testsuite">Test Site</span></h3>
<a href="/control/index.html">Home</a> | <a href="/control/contents.html">Table of Contents</a> | <b>Documentation</b>
<br /><br />
<img src="/control/img/line.jpg" alt="" />
<table width="667" border="0" cellpadding="0" cellspacing="0" summary="layout">
<tr>
<td>
<!-- end header include -->

<h4>Documentation</h4>

<p>To find a specific feature -- Search (probably Control-F) for the name of the<br />
thing you're looking for. Click on the link to the page exemplifying the element.</p>

<xsl:for-each select="/documentation/file | /documentation/file/link">
<xsl:choose>
<xsl:when test="@indent1">
<p class="levelOne">
<a href="{url}"><xsl:value-of select="name"/></a>: <xsl:value-of select="description"/><br />
<xsl:value-of select="url"/><br />
<xsl:if test="size">
<span class="indentTwo">File size: <xsl:value-of select="size"/> bytes</span><br />
</xsl:if>
<xsl:if test="MIMEtype">
MIME Type: <xsl:value-of select="MIMEtype"/><br />
</xsl:if>
</p>
</xsl:when>

<xsl:when test="@indent2">
<p class="levelTwo">
<a href="{url}"><xsl:value-of select="name"/></a>: <xsl:value-of select="description"/><br />
<xsl:value-of select="url"/><br />
<xsl:if test="size">
<span class="indentThree">File size: <xsl:value-of select="size"/> bytes</span><br />
</xsl:if>
<xsl:if test="MIMEtype">
MIME Type: <xsl:value-of select="MIMEtype"/><br />
</xsl:if>
</p>
</xsl:when>

<xsl:otherwise>
<p>
<a href="{url}"><xsl:value-of select="name"/></a>: <xsl:value-of select="description"/><br />
<xsl:value-of select="url"/><br />
<span class="indentOne">File size: <xsl:value-of select="size"/> bytes</span><br />

<xsl:if test="MIMEtype">
<span class="indentOne">MIME Type: <xsl:value-of select="MIMEtype"/></span>
</xsl:if>
</p>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>

<!-- begin footer include, id="1.85" -->
</td>
</tr>
</table>
<img src="/control/img/line.jpg" alt="" />
<br />
<span class="xsmall" style="line-height: 20px;">
Copyright <a href="http://www.library.cornell.edu/iris/research/">IRIS Research Department</a>, Cornell University Library, 2003<br />
Send questions/comments to <a href="mailto:">IRIS Research Department</a><br /><br />
<img src="/control/img/IRISbanner.gif" border="0" alt="IRIS" /><img src="/control/img/CUlogo.gif" border="0" alt="Cornell logo" /><br /><br />
</span>
<!-- end footer include -->
</body>
</html>
</xsl:template>
</xsl:stylesheet>