<?xml version="1.0" encoding="ISO-8859-1"?>
<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
body { background-color:#FFFFFF;color:#000;font-family:Arial;font-size:12px; }
div.title { color:#000;font-size:14px;background-color:#EEE;font-weight:bold;border-top:1px solid #000;margin-top:1em; }
div.item { color:#000; }
div#info { background-color:#DDD;border-top:1px solid #000;border-bottom:1px solid #000; }
h2 { background-color:#CCC;border-top:1px solid #000;border-bottom:1px solid #000; }
a#w3c:link,a#w3c:visited,a#w3c:active { border-top:1px solid #000;text-decoration:none;color:#000 }
a#w3c:hover { border-bottom:1px solid #000; }
</style>
</head>
<body>
<h2>Startkit</h2>
<div id="info">
<span style="font-weight:bold;">Created: </span> <xsl:value-of select="startkit/created"/><br/>
<span style="font-weight:bold;">Updated: </span> <xsl:value-of select="startkit/updated"/><br/>
<span style="font-weight:bold;">Size: </span> <xsl:value-of select="startkit/size"/>
</div>
<div class="title">Crucial</div>
<xsl:for-each select="startkit/contents/crucial/item">
<div class="item"><xsl:value-of select="filename"/> - <xsl:value-of select="description"/>&#160;<xsl:value-of select="version"/></div>
</xsl:for-each>
<div class="title">Important</div>
<xsl:for-each select="startkit/contents/important/item">
<div class="item"><xsl:value-of select="filename"/> - <xsl:value-of select="description"/>&#160;<xsl:value-of select="version"/></div>
</xsl:for-each>
<div class="title">Optional</div>
<xsl:for-each select="startkit/contents/optional/item">
<div class="item"><xsl:value-of select="filename"/> - <xsl:value-of select="description"/>&#160;<xsl:value-of select="version"/></div>
</xsl:for-each>
<div class="title">Other</div>
<xsl:for-each select="startkit/contents/other/item">
<div class="item"><xsl:value-of select="filename"/> - <xsl:value-of select="description"/>&#160;<xsl:value-of select="version"/></div>
</xsl:for-each>
<br/>
<a id="w3c" href="http://validator.w3.org/check?uri=referer">Valid XML</a>
</body>
</html>
