entity

Subject: entity
From: "Rakesh Ajmera" <rakesh_ajmera@xxxxxxxxxx>
Date: Wed, 15 Mar 2000 18:05:13 -0600
I am using the following stylesheet,

----XT Parser and

---IBM DOM parser

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">
   <xsl:output method="html" />
   <xsl:template match="/">
      <html>
        <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
      </html>
   </xsl:template>
</xsl:stylesheet>


This gives me the following:
<html>&amp;nbsp;</html>

and not

<html>&nbsp;</html>


I tried &#160; too. What am I doing wrong?

-Thanks
Rakesh


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • entity
    • Rakesh Ajmera - Wed, 15 Mar 2000 18:05:13 -0600 <=