xsl-list
[Top] [All Lists]

Re: [xsl] Defining variables as sequence of strings

2015-05-14 12:49:04
  <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

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>