How do I: <mytag><![CDATA[ -- HTML goes here -- ]]></mytag>

Subject: How do I: <mytag><![CDATA[ -- HTML goes here -- ]]></mytag>
From: Rolande Kendal <kendal@xxxxxxxxxxxx>
Date: Fri, 01 Oct 1999 23:23:53 -0400
Hi,

I wish to perform an XSL transform that results in storing some HTML (NOT
well formed) within an XML tag.

I understand I have to enclose the HTML within the XML in CDATA like so:

<mytag><![CDATA[  -- not well formed HTML goes here --  ]]></mytag>

The problem I have encountered is writing the "<" of the "<![CDATA[" text.
I get the following:

<mytag>&lt;![CDATA[  -- not well formed HTML goes here --  ]]></mytag>
       ^^^^

What is the XSL script necessary for doing what I wish?

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