[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Wrapping content in a CDATA tag

Subject: Wrapping content in a CDATA tag
From: Chad Chelius <cchelius@xxxxxxxxxx>
Date: Fri, 13 Feb 2009 11:13:46 -0500
 Wrapping content in a CDATA tag
I have an XSLT that is changing element names to match a specific schema. The schema requires that I wrap the content in a CDATA tag. Can anyone explain to me how I would do that? Below is one of the template rules that I need to do this with:

<xsl:template match="head">
       <field name="title">
           <xsl:apply-templates/>
       </field>
   </xsl:template>


Original XML looks like this:


<title>Hello World</title>


Final XML needs to look like this <field name="title"> <![CDATA[Hello World]]> </field>



chad

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.