RE: how to display XML nodes having HTML tags

Subject: RE: how to display XML nodes having HTML tags
From: "WorldNet" <csgallagher@xxxxxxxxxxxxxxxx>
Date: Fri, 11 Jun 1999 10:50:09 -0500
If I understand you not wanting to change your data as meaning not wanting
to edit all of the <b> type of declarations this can be accomplished using
an excellent HTML editor like HomeSite using search and replace. Have I
missed the point?

My point of view is trying to accomplish something as simple as possible,
that being, the finer level of detail you have accomplished from the very
beginning using ASCII text to describe your intentions within the initial
editing and pre-parsed composition process means less and less reliance on
advanced constructs such as <xsl:copy> during the parsing process itself.

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Hari Yerram
> Sent: Friday, June 11, 1999 9:03 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: how to display XML nodes having HTML tags
>
>
> 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
>


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


Current Thread