Subject: Re: Split and Found unique values
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 7 Dec 2006 20:51:48 +0100 (CET)
|
Michael Kay wrote:
Hi
> In 2.0 you want distinct-values(for $c in target:row return
> tokenize(@Category, '-')).
I didn't follow the context in details, but I guess you mean either:
distinct-values(for $c in target:row return
tokenize($c/@Category, '-'))
or (I prefer this one):
distinct-values(target:row/tokenize(@Category, '-'))
Regards,
--drkm
___________________________________________________________________________
Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos questions !
Profitez des connaissances, des opinions et des expiriences des internautes sur Yahoo! Questions/Riponses
http://fr.answers.yahoo.com
|