xsl-list
[Top] [All Lists]

RE: [xsl] for-each-group and result-document splitting to less files.

2008-09-05 09:19:44
I want to break it into 5 files for punctuation&numbers, a-f, 
g-l, m-r, and s-z.  

Part of the solution might be to use a grouping key created using

translate(., 'abcdefghijklmnopqrstuvwxyz', 'aaaaaaggggggmmmmmmssssssss')

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--