xsl-list
[Top] [All Lists]

RE: grouping by the first char

2005-04-15 13:56:07
It does apply.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     stuart arnold <stuart(_dot_)arnold(_at_)comcast(_dot_)net>
Sent:     Fri, 15 Apr 2005 16:53:50 -0400
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  [xsl] grouping by the first char


This is very fundamental but i'm not having much luck in finding out the
answer.
I need to be able to sort, then group based on the 1st character of the
element.
example:
<things>
<thing>bbb<thing>
<thing>aaa<thing>
<thing>abc<thing>
<thing>aab<thing>
<thing>bad<thing>
<thing>baa<thing>
<thing>cca<thing>
<thing>zzz<thing>
</things>
and produce some html so that a <br> occurs when the 1st char changes.
It should "start" with the default being "a" for grouping, and then
detect that the 1st char change and insert the <br>
I've seen the Muenchian grouping, but I don't know if that exactly
applies to this. Its just a simple one-pass to produce the doc.
thanks
-stuart


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




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



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