xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Wrapping content in a CDATA tag


Subject: [xsl] Wrapping content in a CDATA tag
From: Chad Chelius <cchelius@xxxxxxxxxx>
Date: Fri, 13 Feb 2009 11:13:46 -0500

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
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor