Subject: Display RTF as indented literal text on html page
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Thu, 6 Dec 2001 06:58:30 -0800 (PST)
|
I have a result tree fragment that I would like to display
in HTML as indented literal text. The following obviously
doesn't work but it is normally how I would display markup
on the page:
<xsl:text disable-output-escaping="yes">
<![CDATA[
<xsl:copy-of select="$RTF"/>
]]>
</xsl:text>
Anyone know how do accomplish this? Thanks in advance.
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|