Using CDATA but still "<" is inserted ???

Subject: Using CDATA but still "<" is inserted ???
From: Rolande Kendal <kendal@xxxxxxxxxxxx>
Date: Thu, 30 Sep 1999 18:30:42 -0400
I can't figure out why I get the following:

My XML:
	<text>
	<![CDATA[1234 <A href="http://1234";>http://1234</A> 1234]]>
	</text>

My XSL:
	<xsl:value-of select='text'/>

Produces this:

	1234 &lt;A href="http://1234";>http://1234&lt;/A> 1234

I want it to produce this:

	1234 <A href="http://1234";>http://1234</A> 1234

I'm using the Lotus xsl processor 0.18.2

Thanks,
Rolande
--
Java Presentation Player & GSM Audio Player:
	http://cr518337-a.yec1.on.wave.home.com/SmileBaby/


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


Current Thread