Wednesday, 11 September 2013

XSLT 1 display distinct values

XSLT 1 display distinct values

Is there an easy way to get the following code to only show distinct
values please?
<xsl:for-each select="NewDataSet/Vehicle">
<xsl:value-of select="ManufacturerName" />
</xsl:for-each>
Thanks.

No comments:

Post a Comment