xsl-list
[Top] [All Lists]

CDATA again

2005-02-11 04:13:36
I need to produce output where some of the input node are inside a valid
CDATA comment.

E.g:
...
        <targetGroup markup="yes">                    
                <![CDATA[               
                      <ul>
                        <li>PK Bestandskunden
                        (Postpaid+Prepaid)</li>
                        <li>Neukunden</li>
...

What need I put in here to get this?


        <xsl:template match="td" mode="markup">
                ????
                        <xsl:copy-of select="child::node()"/>
                ????
        </xsl:template>

I tried without success:
- <xsl:text><![CDATA[</xsl:text>
- &lt;![CDATA[

Robert

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



<Prev in Thread] Current Thread [Next in Thread>