aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/resources
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-07-24 15:56:05 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-07-24 15:56:05 +0000
commit15f2136c167d75fec59eaf69748b7993b5afd379 (patch)
tree1401da02f2314f46d8f4a6fd600bdfb277b1f6a3 /src/documentation/resources
parente71c84bd6a1c2abddf09490666860a2cdd3af69d (diff)
downloadxmlgraphics-fop-15f2136c167d75fec59eaf69748b7993b5afd379.tar.gz
xmlgraphics-fop-15f2136c167d75fec59eaf69748b7993b5afd379.zip
try to pass the HTML &nbsp; entity through without XML trying to pick it up as an entity
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r--src/documentation/resources/stylesheets/compliance2html.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl
index 96af8b6a6..5fc6ae0be 100644
--- a/src/documentation/resources/stylesheets/compliance2html.xsl
+++ b/src/documentation/resources/stylesheets/compliance2html.xsl
@@ -268,7 +268,7 @@
</a>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:text>&amp;nbsp;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -308,7 +308,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:text>&amp;nbsp;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -348,7 +348,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:text>&amp;nbsp;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -388,7 +388,7 @@
<xsl:value-of select="@comply"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:text>&amp;nbsp;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
@@ -406,7 +406,7 @@
</xsl:when>
<xsl:otherwise>
<td align="center">
- <xsl:text>&nbsp;</xsl:text>
+ <xsl:text>&amp;nbsp;</xsl:text>
</td>
</xsl:otherwise>
</xsl:choose>