|
Subject: Re: [xsl] cdata, grouping and upconversion From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Sat, 11 Dec 2004 11:12:39 -0500 |
<xsl:template match="key:div">
<xsl:for-each select="tokenize(., '\n')">
<xsl:choose>
<xsl:when test="matches(., '\w')">
<para>
<xsl:value-of select="."/>
</para>
</xsl:when>
<xsl:otherwise/>
</xsl:choose>
</xsl:for-each>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] cdata, grouping and upcon, Bruce D'Arcus | Thread | RE: [xsl] cdata, grouping and upcon, Michael Kay |
| [xsl] xsl:output method, Gabriel K. | Date | Re: [xsl] xsl:output method, Colin Paul Adams |
| Month |