> <xsl:perform-sort select="distinct-values($vTypes)">
> <xsl:sort select="."/>
> </xsl:perform-sort>
Dimitre,
That was incredibly insightful. It also illustrated a few syntax and usage
points I hadn't known.
One question though, in my effort to refactor and avoid the for-each
constructs, how do you output the results of the sequence contained
within $vTypes utilizing some type formatting while inside a perform-sort.
For example, I want each element on a line of its own, contained within
some other text:
......Some other text (a) More text....
......Some other text (b) More text....
......Some other text (c) More text....
etc?
Again,
Thanks a lot for the great detail.
jlc
|