]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Forrest/Cocoon appears to be intercepting the HTML   at an XML level, so instead...
authorWilliam Victor Mote <vmote@apache.org>
Thu, 24 Jul 2003 17:53:04 +0000 (17:53 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 24 Jul 2003 17:53:04 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196743 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/resources/stylesheets/compliance2html.xsl

index 3f6ace570fd210fe7542f98a81b4cd7ce8009213..b713942c7c35751a730b744852c7e33f8d5549ed 100644 (file)
           </a>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:value-of select="string('&nbsp;')"/>
+          <xsl:text>&#x00A0;</xsl:text>
         </xsl:otherwise>
       </xsl:choose>
     </td>
           <xsl:value-of select="@comply"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:value-of select="string('&nbsp;')"/>
+          <xsl:text>&#x00A0;</xsl:text>
         </xsl:otherwise>
       </xsl:choose>
     </td>
           <xsl:value-of select="@comply"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:value-of select="string('&nbsp;')"/>
+          <xsl:text>&#x00A0;</xsl:text>
         </xsl:otherwise>
       </xsl:choose>
     </td>
           <xsl:value-of select="@comply"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:value-of select="string('&nbsp;')"/>
+          <xsl:text>&#x00A0;</xsl:text>
         </xsl:otherwise>
       </xsl:choose>
     </td>
       </xsl:when>
       <xsl:otherwise>
         <td align="center">
-          <xsl:value-of select="string('&nbsp;')"/>
+          <xsl:text>&#x00A0;</xsl:text>
         </td>
       </xsl:otherwise>
     </xsl:choose>