hlship 2004/08/20 07:22:27
Modified: hivebuild/hivedoc-xsl hivemind.xsl
Log:
[HIVEMIND-46] Fix the HiveDoc XSL to use XML (not SDL) output.
Revision Changes Path
1.3 +1 -0 jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.xsl
Index: hivemind.xsl
===================================================================
RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hivemind.xsl 20 Aug 2004 12:55:15 -0000 1.2
+++ hivemind.xsl 20 Aug 2004 14:22:27 -0000 1.3
@@ -350,6 +350,7 @@
<xsl:when test="@required = 'true'"> Required </xsl:when>
<xsl:otherwise> Optional </xsl:otherwise>
</xsl:choose>
+ <xsl:if test="@unique = 'true'"> (Unique) </xsl:if>
</td>
</tr>
<xsl:if test="@translator">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]