rubys 01/10/13 05:59:41
Modified: proposal/gump/stylesheet xref.xsl
Log:
Get full description
Revision Changes Path
1.11 +7 -3 jakarta-alexandria/proposal/gump/stylesheet/xref.xsl
Index: xref.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/xref.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xref.xsl 2001/10/13 00:24:17 1.10
+++ xref.xsl 2001/10/13 12:59:41 1.11
@@ -163,7 +163,7 @@
</xsl:if>
</td>
<td class="content">
- <xsl:value-of select="normalize-space(description)"/>
+ <xsl:apply-templates select="description"/>
</td>
</tr>
</xsl:for-each>
@@ -240,7 +240,7 @@
<xsl:value-of select="$package"/>
</td>
<td class="content">
- <xsl:value-of select="normalize-space(description)"/>
+ <xsl:apply-templates select="description"/>
</td>
</tr>
</xsl:for-each>
@@ -286,7 +286,7 @@
<xsl:value-of select="@module"/>
</td>
<td class="content">
- <xsl:value-of select="normalize-space(description)"/>
+ <xsl:apply-templates select="description"/>
</td>
</tr>
@@ -299,6 +299,10 @@
</html>
</xref>
+ </xsl:template>
+
+ <xsl:template match="description">
+ <xsl:copy-of select="* | text()"/>
</xsl:template>
</xsl:stylesheet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]