Search found 1 match

by kb1jop
Wed Sep 10, 2014 3:32 pm
Forum: XSLT and FOP
Topic: How to grab one occurrence of each of different values on a
Replies: 0
Views: 2860

How to grab one occurrence of each of different values on a

I want to grab one occurrence of each of the different DivTypeV values from this vector below. The first one is easy [<xsl:variable name="Opt1" select="$myVector/DivTypeV[1]"/>] but then I try to loop through and only grab one of the ones that are not the same. Have been pulling ...