|
Subject: [xsl] Splitting an +attribute+ string From: ben senior <ben@xxxxxxxxxxxxx> Date: Thu, 13 Jan 2005 11:31:08 +0100 |
<xsl:template name="commaDelineate">
<xsl:param name="str"/>
<xsl:when test="contains($str,',')">
<xsl:value-of select="substring-before($str,',')"/>','
<xsl:call-template name="commaDelineate">
<xsl:with-param name="str" select="substring-after($str,',')"/>
</xsl:call-template>
</xsl:when>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] namespace question, dmitrik | Thread | RE: [xsl] Splitting an +attribute+ , Pawson, David |
| Re: [xsl] XSL Transformation overhe, M. David Peterson | Date | RE: [xsl] Splitting an +attribute+ , Pawson, David |
| Month |