Re: [xsl] Adding CDATA to the transformed XML

Subject: Re: [xsl] Adding CDATA to the transformed XML
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Wed, 12 Jan 2005 16:49:58 +0100
Tempore 16:24:28, die 01/12/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Bhaskar, Rajan <RBhaskar@xxxxxxx>:

 How to add CDATA to the transformed XML. Is there an option to set the
CDATA in XSL
<Message>
	<Header>
		<SenderFaxNumber><xsl:value-of
select="Store/FaxPhone"/></SenderFaxNumber>
	</Header>
</Message>

Hi,

Specify the 'cdata-section-elements' attribute.
e.g. <xsl:output cdata-section-elements="SenderFaxNumber"/>

regards,
--
Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041)
Vincit omnia simplicitas
Keep it simple

Current Thread