xsl-list
[Top] [All Lists]

Re: [xsl] Can group-by treat its target it two ways?

2011-11-07 19:14:48
if contains($seq,lower-case(substring(@word,1,1)))

Interesting,
My "group-by" was used to name the files that each current-group() produced, one for each letter of the Czech alphabet. My very verbose expression did this using the current-grouping-key(). Would your code produce one file each for the four diacritical letters in $seq? or put them all in one file? Also, don't forget the digraph 'ch', the ninth letter of the Czech alphabet - can you find a succinct way to insert it in your more terse expressions?

For everyone who helped with the index, it is now up at www.cpslib.org under the <Index> button.
Regards,
Mark



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--