|
Subject: Re: [xsl] cdata, grouping and upconversion From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Sat, 11 Dec 2004 10:47:23 -0500 |
This doesn't feel like a grouping problem to me. It's just tokenizing ...
<xsl:template match="key:div">
<xsl:for-each select="tokenize(., '\n')">
<para>
<xsl:value-of select="."/>
</para>
</xsl:for-each>
</xsl:template> <para/>
<para> </para>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] cdata, grouping and upcon, Michael Kay | Thread | Re: [xsl] cdata, grouping and upcon, Bruce D'Arcus |
| RE: [xsl] cdata, grouping and upcon, Michael Kay | Date | Re: [xsl] More tutorials about XSL, xptm |
| Month |