Subject: RE: how to display XML nodes having HTML tags
From: "WorldNet" <csgallagher@xxxxxxxxxxxxxxxx>
Date: Thu, 10 Jun 1999 16:01:14 -0500
|
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<b>XSL List<b></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
|