easy question

Subject: easy question
From: Rolande Kendal <kendal@xxxxxxxxxxxx>
Date: Tue, 20 Jul 1999 10:49:58 -0400
I am trying to get output as follows: <IMG/>

My xml is as follows:
	<cheetah>
	  <sub>

	<![CDATA[<IMG/>]]>
	<IMG/>
	&lt;IMG/&gt;

	  </sub>
	</cheetah>

My xsl is as follows:
	<?xml version="1.0"?>
	<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
	<xsl:template match="/">
	<p>
	<xsl:apply-templates select="*"/>
	</p>
	</xsl:template>
	</xsl:stylesheet>

My output is: <p>&lt;IMG/&gt; &lt;IMG/&gt;</p>

How do I get "<IMG/>" not "&lt;IMG/&gt;" ?

Thanks,
Rolande Kendal
--
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
  • easy question
    • Rolande Kendal - Tue, 20 Jul 1999 10:49:58 -0400 <=
      • <Possible follow-ups>
      • Kay Michael - Wed, 21 Jul 1999 09:00:26 +0100