Re: how to display XML nodes having HTML tags

Subject: Re: how to display XML nodes having HTML tags
From: Hari Yerram <yerram@xxxxxxxxxx>
Date: Fri, 11 Jun 1999 10:02:55 -0400
I think this works. But I don't want to change my data which is in XML nodes.
Steve and Ken contributed a lot. This can be done by using the <xsl:copy> but
the data is not copied on to the result document if i have xsl tags in it.

WorldNet wrote:

> I'm going to take a shot at this because I need to have my mistaken point of
> view corrected if necessary...
>
> > Any one know how to display the XML nodes having the HTML tags:
> ><XMLNode>Hello<b>XSL List</b></XMLNode>
> > Output for the XML node should be...
> > Hello<b>XSL List</b>
>
> First, XMLNode needs to be declared as CDATA and then the statement is
> declared in the form <XMLNode>Hello&lt;b&gt;XSL List&lt;b&gt;</XMLNode> just
> as one would do when using HTML. Why would it not be different?
>
>  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