xsl-list
[Top] [All Lists]

RE: [xsl] Wrapping content in a CDATA tag

2009-02-13 11:44:57
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. 

What kind of schema is that? The popular schema languages (XSD, RelaxNG,
DTD, Schematron) have no way of imposing such a requirement, and for good
reasons.

Michael Kay
http:/www.saxonica.com/


Can anyone explain to me how I would do that?

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

Use the cdata-section-elements="field" attribute on the 
xsl:output elements.


-- 

      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>
--~--