]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
another attempt to pass the   HTML entity through
authorWilliam Victor Mote <vmote@apache.org>
Thu, 24 Jul 2003 16:51:17 +0000 (16:51 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 24 Jul 2003 16:51:17 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196742 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/resources/stylesheets/compliance2html.xsl

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