File: D:/HostingSpaces/TWijnstra/wijnstra.com/frontfactory.com/crexx/template1.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>
</tr>
<tr>
<td valign="top" width="485" height="170" id="homepage">
<xsl:for-each select="server">
<xsl:for-each select="intro">
<xsl:for-each select="@Bodytext">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each></td>
<td valign="top" width="276" height="170">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="113"><img src="nieuwflits.gif" align="right"/></td>
</tr>
<xsl:for-each select="server">
<xsl:for-each select="newslist/news">
<tr>
<td id="quicklink" width="265">
<xsl:for-each select="@content">
<xsl:value-of select="."/>
</xsl:for-each>
</td>
</tr>
</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">
<xsl:for-each select='@id'>
<a><xsl:attribute name="href">
crexxbuillderxml.asp?contenttype=3&identifier=<xsl:value-of select='.'/>&presentationmethod=html&parentid=<xsl:value-of select='@parentid'/>
</xsl:attribute></a>
</xsl:for-each>
<xsl:for-each select="@name">
<xsl:value-of select="."/>
</xsl:for-each>
</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>