[Home] [By Thread] [By Date] [Recent Entries]
From the xsl, I want to print out My XSL code has lots of that needs to be printed out as is. I can do this by replacing each with: <xsl:text disable-output-escaping="yes"><![CDATA[ ]]></xsl:text> Is there a better way to do this? Can I define the entity nbsp in a way that will generate when is encountered in the XSL? The following did not work: <!ENTITY nbsp " "> or <!ENTITY nbsp "&nbsp;"> (this will generate: &nbsp;) or <!ENTITY nbsp "<xsl:text disable-output-escaping='yes'><![CDATA[ ]]></xsl:text>"> Thaks ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



