Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Rendering problem [Thread Next] Re: Rendering problemTo: NULL Date: 6/1/2005 12:20:00 AM Untested, but this might get you going.
<span class="authors">
<xsl:for-each select="author">
<xsl:if test="(position() != last())">
<xsl:value-of select="Author"/><xsl:text>, </xsl:text>
</xsl:if>
<xsl:if test="(position() = last())">
<xsl:text> and </xsl:text><xsl:value-of select="Author"/>
</xsl:if>
</xsl:for-each>
</span>
Brian
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
