Re: disabling output escaping

Subject: Re: disabling output escaping
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Mon, 13 Mar 2000 20:40:15 -0800
This works correctly using the latest Oracle XSLT Engine
(posted last week on our OTN site), version 2.0.2.7

I just tested the following:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

  <xsl:template match="/" >
    <xsl:text disable-output-escaping="yes"><![CDATA[<tr>]]></xsl:text>
  </xsl:template>

</xsl:stylesheet>

_________________________________________________________
Steve Muench, Consulting Product Manager & XML Evangelist
Business Components for Java Development Team

----- Original Message ----- 
From: "Bob White" <milkchaser@xxxxxxxxx>
To: "XSL XSL" <XSL-List@xxxxxxxxxxxxxxxx>
Sent: Monday, March 13, 2000 7:45 PM
Subject: disabling output escaping


| What is the output of the following line?
| 
| <xsl:text disable-output-escaping="yes"><![CDATA[<TR>]]></xsl:text>
| 
| I thought it would be <TR>.  
| 
| But with both Oracle and Xalan processors, it seems to be &#60;TR>.
| 
| What are the magic words?
| 
| ..Bob.
| 
| 
| 
| 
| =====
| -- Bob White --
| See photos of Oxana, my beautiful bride-to-be!
| http://milkchaser.tripod.com
| 203-926-1888 x3287
| "Make it legal" -- www.norml.org
| __________________________________________________
| Do You Yahoo!?
| Talk to your friends online with Yahoo! Messenger.
| http://im.yahoo.com
| 
| 
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| 


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


Current Thread