Re: [xsl] Wrapping content in a CDATA tag

Subject: Re: [xsl] Wrapping content in a CDATA tag
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 13 Feb 2009 18:12:25 +0100
Chad Chelius wrote:

It's for a proprietary system. I can't figure out the logic either but it's how they require it. I think they do this because the content could contain XML tags that will be parsed separately. Therefore they want the content wrapped in a CDATA tag like shown. Is there any way I can do this?

As said, use the cdata-section-elements attribute on your xsl:output element e.g.


  <xsl:output
    cdata-section-elements="field"/>

See http://www.w3.org/TR/xslt#output

--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread