This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSL Transformation of CDATA sections



----- Original Message -----
From: "Clark, Jason" <jason.clark@tfn.com>

> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]