Re: [xsl] grouping, sorting, splitting
by Mukul Gandhi other posts by this author
Apr 18 2005 7:07AM messages near this date
Re: [xsl] grouping, sorting, splitting
|
Re: [xsl] grouping, sorting, splitting
& XSLT Hi Stephen,
I feel, the below statement needs to be corrected as
well..
> <xsl:with-param name="node-set"
> select="key('by-date', @date)[position() >=
> $pos][position() <= ($pos + 3)]" />
to..
<xsl:with-param name="node-set" select="key('by-date',
@date)[position() >=
$pos][position() <= ($pos + 2)]" />
I have not done extensive testing.. So please pardon
me..
I am not sure if my stylesheet is quite helpful.. As
Mike and David said we need a two pass approach..
I have a feeling my stylesheet might be OK :)
Regards,
Mukul
__________________________________
Do you Yahoo!?
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
http://travel.yahoo.com/p-travelguide
--~------------------------------------------------------------------
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@[...].com>
--~--
Thread:
Mukul Gandhi
Mukul Gandhi
Mukul Gandhi
|