RE: [xsl] Distinct values with XPath query in stylesheet

Subject: RE: [xsl] Distinct values with XPath query in stylesheet
From: "Ryan Graham" <Ryan.Graham@xxxxxxxxxxx>
Date: Tue, 16 Sep 2008 10:58:44 -0700
Are you locked into using 1.0? In 2.0, you could use:

distinct-values(//FEE[@Description = 'Fee Two']/@Amount)

HTH,
Ryan

This message is private and confidential. If you have received it in error,
please notify the sender and remove it from your system.

Current Thread