diff options
Diffstat (limited to 'tools/antipede/resources/stylesheets/status.xsl')
-rw-r--r-- | tools/antipede/resources/stylesheets/status.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/antipede/resources/stylesheets/status.xsl b/tools/antipede/resources/stylesheets/status.xsl index 2a34c956f0..d1630e4186 100644 --- a/tools/antipede/resources/stylesheets/status.xsl +++ b/tools/antipede/resources/stylesheets/status.xsl @@ -3,6 +3,14 @@ <xsl:output method = "html" encoding="Windows-1252" /> <xsl:template match="status"> + <h1>Project Status</h1> + + <h2>Descriptors</h2> + <xsl:for-each select = "descriptors/descriptor"> + <br/><xsl:value-of select="@id" />: <a><xsl:attribute name = "href" ><xsl:value-of select="@href" /></xsl:attribute> + <xsl:value-of select="." /></a> + </xsl:for-each> + <h2>Developers</h2> <table> <xsl:for-each select = "developers/person"> |