File: D:/HostingSpaces/TWijnstra/wijnstra.com/frontfactory.com/crexx/template2.xsl
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<html>
<head>
<title>template</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="STYLESHEET" type="text/css" href="CrexxStyle.css"/>
</head>
<BODY leftmargin="0" topmargin="0" bgcolor="#000000" title="Crexx | Moved by technology" id="BackgroundTabel" text="#FFFFFF" scroll="no">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" width="760" height="449" cellpadding="0" cellspacing="0" align="center" valign="middle">
<tr>
<td height="230"></td>
<td height="230"></td>
<td height="230"></td>
<td height="230"></td>
</tr>
<tr>
<td valign="top" width="133" height="170" id="right">
<table border="0" cellspacing="0" cellpadding="0"><xsl:for-each select="server">
<xsl:for-each select="nav">
<xsl:for-each select="subnav[@id ='0']">
<tr>
<td id="subitems" width="133" height="15">
<a><xsl:attribute name="href">
crexxbuillderxml.asp?contenttype=<xsl:value-of select='@contenttype'/>&identifier=<xsl:value-of select='@id'/>&presentationmethod=html
</xsl:attribute>
<xsl:value-of select="@name"/>
</a>
</td>
</tr>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each></table></td>
<td valign="top" width="400" id="titel" height="170">
<xsl:for-each select="server">
<xsl:for-each select="content">
<xsl:for-each select="title">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each>
<br/>
<br/>
<div id="Layer1" style="position:relative; width:420; height:110; z-index:1;
left: 0px; top: 0px; overflow: auto">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<xsl:for-each select="server">
<xsl:for-each select="content">
<xsl:value-of select="Bodytext"/>
</xsl:for-each>
</xsl:for-each>
</td>
</tr>
</table>
</div>
</td>
<td valign="top" width="133" height="170" id="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="jump" width="113">jump to:</td>
</tr>
<xsl:for-each select="server">
<xsl:for-each select="content">
<xsl:for-each select="links">
<xsl:for-each select="link">
<tr>
<td id="quicklink" width="112">
<a><xsl:attribute name="href">
crexxbuillderxml.asp?contenttype=<xsl:value-of select='@contenttype'/>&identifier=<xsl:value-of select='@id'/>&presentationmethod=html
</xsl:attribute>
<xsl:value-of select="@titel"/>
</a>
</td></tr>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each>
</table></td>
</tr>
<tr>
<td colspan="3" height="14">
<table>
<tr>
<td height="14" width="30" align="left" valign="bottom"></td>
<xsl:for-each select="server">
<xsl:for-each select="nav[@name != 'CONTACT']">
<td height="13" width="108" id="buttons" align="center">
<a><xsl:attribute name="href">
crexxbuillderxml.asp?contenttype=3&identifier=<xsl:value-of select='@id'/>&presentationmethod=html
</xsl:attribute>
<xsl:value-of select="@name"/>
</a>
</td>
</xsl:for-each>
</xsl:for-each>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" height="34"></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</html>
</xsl:template>
</xsl:stylesheet>