Re: How to Display multiple items

Subject: Re: How to Display multiple items
From: "Andrej Kovcic" <akovcic@xxxxxxxxxxxx>
Date: Thu, 2 Dec 1999 13:29:55 +0100
You can do something like:

<xsl:template match="subject">
<font class="display"><b><xsl:value-of select="topic" /></b></font><br />

<xsl:for-each select="method">
    <font class="display"><xsl:value-of select="." /></font><br />
</xsl:for-each>

</xsl:template>

Andrej.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread