Subject: Re: Grouping using the set:Distinct template from EXSLT
From: "Vandna Sharma" <sharmav@xxxxxxxxxxxxx>
Date: Wed, 18 Apr 2007 09:42:36 -0400
|
Thanks Jim for the help.
Vandna
Date: Tue, 17 Apr 2007 21:06:33 +0200
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
From: "James Fuller" <james.fuller.2007@xxxxxxxxx>
Subject: Re: RE: Grouping using the set:Distinct template from EXSLT
Message-ID: <a0ad8ffe0704171206h3ae7ac26wc77366db7ba67464@xxxxxxxxxxxxxx>
the error message
'error message undefined template'
is telling you that the XSLT processor does not support this EXSLT
function natively, either
a) choose an XSLT Processor that natively supports this EXSLT function
(saxon and xalan do)
or
b) import the native XSLT implementation found at
http://www.exslt.org/set/functions/distinct/set.distinct.template.xsl
hth, Jim Fuller
On 4/17/07, Vandna Sharma <sharmav@xxxxxxxxxxxxx> wrote:
|