|
Subject: Re: [xsl] CDATA again From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx> Date: Fri, 11 Feb 2005 11:22:24 -0000 |
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>
..
<xsl:template match="td" mode="markup"> ???? <xsl:copy-of select="child::node()"/> ???? </xsl:template>
I tried without success: - <xsl:text><![CDATA[</xsl:text> - <![CDATA[
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] CDATA again, Robert Soesemann | Thread | Re: [xsl] CDATA again, David Carlisle |
| Re: [xsl] aborting element creation, David Carlisle | Date | Re: [xsl] aborting element creation, M. David Peterson |
| Month |