|
Subject: [xsl] XSTL - Help / Easy one! From: Ragan, Mitch <mitch.ragan@xxxxxxxxxx> Date: Tue, 5 Feb 2002 16:41:54 -0800 |
How can I remove the "trailing coma" on this XSLT output
with our using an "if" statement:
XSLT:
<xsl:template match="Portfolio/Stock">
<xsl:apply-templates select="Symbol"/>,
</xsl:template>
Output:
BA, BA, AAA, BBB,
Input:
<Root>
<Portfolio>
<Stock>BA</Stock>
<Stock>BA</Stock>
<Stock>AAA</Stock>
<Stock>BBB</Stock>
</Portfolio>
</Root>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] xsl:fo table control ques, Sami, Abdul (Netpros | Thread | Re: [xsl] XSTL - Help / Easy one!, Mike Brown |
| Re: [xsl] few question regarding th, Joerg Heinicke | Date | RE: [xsl] xsl:fo table control ques, Sami, Abdul (Netpros |
| Month |