This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

entity


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]