Subject: Re: XSL Transformation of CDATA sections
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Mon, 4 Mar 2002 17:20:33 -0000
|
----- Original Message -----
From: "Clark, Jason" <jason.clark@xxxxxxx>
> Hello All,
>
> I have an xml file that I transforms into a new xml structure. Within the
> input xml some elements have CDATA sections. Is there a way to test if an
> element has a CDATA? So the output xml will have the same.
> thx
u cant test for a CDATA section,
if u want outpout on the same elements look at
<xsl:output cdata-section-elements=""/>
HTH, jim fuller
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|