|
Subject: RE: RE: Re: [xsl] Introducing a comma. From: cknell@xxxxxxxxxx Date: Tue, 18 Nov 2003 13:21:14 -0500 |
Here's a shorter, but equivalent template:
<xsl:template match="*">
<xsl:copy-of select="." />
<xsl:if test="name() = 'in' and not(position() = last())">,</xsl:if>
</xsl:template>
--
Charles Knell
cknell@xxxxxxxxxx - email
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: Re: [xsl] Introducing a comma., David Carlisle | Thread | RE: [xsl] Introducing a comma., cknell |
| Re: [xsl] Re: Style Sheet Editor Re, Tom Mitchell Jr. | Date | Re: [xsl] xsl:include, Lorraine . Gibbons |
| Month |