vmote 2003/07/24 08:30:02
Modified: src/documentation/resources/stylesheets compliance2html.xsl
Log:
change "." table content placeholders to
Revision Changes Path
1.11 +6 -6
xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl
Index: compliance2html.xsl
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- compliance2html.xsl 24 Jul 2003 05:39:23 -0000 1.10
+++ compliance2html.xsl 24 Jul 2003 15:30:02 -0000 1.11
@@ -268,7 +268,7 @@
</a>
</xsl:when>
<xsl:otherwise>
- <xsl:text>.</xsl:text>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -308,7 +308,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>.</xsl:text>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -348,7 +348,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>.</xsl:text>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -388,7 +388,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>.</xsl:text>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -406,7 +406,7 @@
</xsl:when>
<xsl:otherwise>
<td align="center">
- <xsl:text>.</xsl:text>
+ <xsl:text> </xsl:text>
</td>
</xsl:otherwise>
</xsl:choose>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]