vmote 2003/07/24 08:56:05 Modified: src/documentation/resources/stylesheets compliance2html.xsl Log: try to pass the HTML entity through without XML trying to pick it up as an entity Revision Changes Path 1.12 +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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- compliance2html.xsl 24 Jul 2003 15:30:02 -0000 1.11 +++ compliance2html.xsl 24 Jul 2003 15:56:05 -0000 1.12 @@ -268,7 +268,7 @@ </a> </xsl:when> <xsl:otherwise> - <xsl:text> </xsl:text> + <xsl:text>&nbsp;</xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -308,7 +308,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text> </xsl:text> + <xsl:text>&nbsp;</xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -348,7 +348,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text> </xsl:text> + <xsl:text>&nbsp;</xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -388,7 +388,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text> </xsl:text> + <xsl:text>&nbsp;</xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -406,7 +406,7 @@ </xsl:when> <xsl:otherwise> <td align="center"> - <xsl:text> </xsl:text> + <xsl:text>&nbsp;</xsl:text> </td> </xsl:otherwise> </xsl:choose>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]