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]
Other format: [Raw text]

Display RTF as indented literal text on html page


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


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