xsl-list
[Top] [All Lists]

Re: [xsl] Wrapping content in a CDATA tag

2009-02-14 23:24:43
Thanks for your reply Martin. Forgive me for not understanding this as I am not very skilled using XSLT. Can you supply me with a basic example as to how this is used in a sample xml file? Thanks for your understanding!

chad

On Feb 13, 2009, at 12:12 PM, Martin Honnen wrote:

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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--