| Subject: Re: [xsl] grouping/position problem From: Bruce D'Arcus <bdarcus@xxxxxxxxx> Date: Sat, 23 Apr 2005 19:20:32 -0400 | 
... here's the expected result:
<result> <item> <shorten-author>false</shorten-author> <year>2001a</year> </item> <item> <shorten-author>true</shorten-author> <year>2001a</year> </item> <item> <shorten-author>true</shorten-author> <year>2002b</year> </item> </result>
<result>
   <item>
      <shorten-author>false</shorten-author>
      <year>2001a</year>
   </item>
   <item>
      <shorten-author>true</shorten-author>
      <year>2001a</year>
   </item>
   <item>
      <shorten-author>true</shorten-author>
      <year>2002</year>
   </item>
</result>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] grouping/position problem, Bruce D'Arcus | Thread | RE: [xsl] grouping/position problem, Michael Kay | 
| Re: [xsl] grouping/position problem, Bruce D'Arcus | Date | [xsl] XSL distinct group by date, Mindy McCutchan | 
| Month |