xsl-list
[Top] [All Lists]

Re: For Each - Unique Items

2003-12-03 01:57:02
if i am guessing rightly, you are suggesting a feature
to XSLT 1.0 . Mike Kay wrote some time back, that a
for-each loop is possible with XSLT 2.0 .. i guess, he
can answer.. i would too be keen to know the answer ;)

Regards,
Mukul

--- Olmec Sinclair <olmec(_at_)dolithe(_dot_)com> wrote:
Hi guys,

First of all thanks for the help on my last issue I
am comming up with a work 
around.

I have another query someone might be able to help
with.

Is it possible to have a for-each loop that can
determin if an item is a 
unique in that list.

<xsl:for-each

select="product/productAttribute[contains(@stringValue,'.')]">
where each @stringValue is unique

Thanks for the help.

Olmec


-- 
Olmec Sinclair
doLithe Internet
 e  |  olmec(_at_)dolithe(_dot_)com
 p  |  0508 50 51 50
 w  |  www.dolithe.com
 m  |  021 0459791

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



__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: For Each - Unique Items, Mukul Gandhi <=