vmote 2003/07/24 10:53:04
Modified: src/documentation/resources/stylesheets compliance2html.xsl
Log:
Forrest/Cocoon appears to be intercepting the HTML at an XML level, so
instead, we'll try putting the character entity in. We can infer from some other
documents that they must be converting such characters to HTML entities.
Revision Changes Path
1.14 +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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- compliance2html.xsl 24 Jul 2003 16:51:17 -0000 1.13
+++ compliance2html.xsl 24 Jul 2003 17:53:04 -0000 1.14
@@ -268,7 +268,7 @@
</a>
</xsl:when>
<xsl:otherwise>
- <xsl:value-of select="string(' ')"/>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -308,7 +308,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:value-of select="string(' ')"/>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -348,7 +348,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:value-of select="string(' ')"/>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -388,7 +388,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:value-of select="string(' ')"/>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -406,7 +406,7 @@
</xsl:when>
<xsl:otherwise>
<td align="center">
- <xsl:value-of select="string(' ')"/>
+ <xsl:text> </xsl:text>
</td>
</xsl:otherwise>
</xsl:choose>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]