vmote 2003/07/24 09:51:17
Modified: src/documentation/resources/stylesheets compliance2html.xsl
Log:
another attempt to pass the HTML entity through
Revision Changes Path
1.13 +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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- compliance2html.xsl 24 Jul 2003 15:56:05 -0000 1.12
+++ compliance2html.xsl 24 Jul 2003 16:51:17 -0000 1.13
@@ -268,7 +268,7 @@
</a>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:value-of select="string(' ')"/>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -308,7 +308,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:value-of select="string(' ')"/>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -348,7 +348,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:value-of select="string(' ')"/>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -388,7 +388,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:value-of select="string(' ')"/>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -406,7 +406,7 @@
</xsl:when>
<xsl:otherwise>
<td align="center">
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:value-of select="string(' ')"/>
</td>
</xsl:otherwise>
</xsl:choose>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]