Clearification.

svn path=/trunk/; revision=3156
This commit is contained in:
2003-02-03 08:09:04 +00:00
parent 615e01ba1b
commit ec1cc45191

View File

@@ -13,7 +13,7 @@
<xsl:apply-templates select="html/head" />
<body>
<xsl:apply-templates select="html/body/node()" />
<xsl:for-each select="html/set/association">
<xsl:for-each select="/html/set/association">
<xsl:sort select="@id" />
<h3><a href="{link}"><xsl:value-of select="name" /></a></h3>
<xsl:apply-templates select="description" />