xsl-list
[Top] [All Lists]

Re: [xsl] Selection help

2015-11-30 17:06:39
But  . there selects the concatenation of the character data of the
entire table element's descendants
is that what you what to sort on?

Nope, I meant <xsl:sort select="@name" /> I believe, it's the table occurrences 
I wanted sorted.

the for-each's current value, I am not clear on how to leverage current() to 
facilliatte that?

Just use current() not . in the expression you had.

Ugh, typo in test case! Yeah it's all working now, thanks!

(It would probably be more efficient yo use xsl:key but get it working
before optimising)

Interesting, I will look into that.

Thanks David,
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>