xsl-list
[Top] [All Lists]

Re: [xsl] Can grouping here the solution ?

2011-11-21 09:10:07
You can match those with the date and page in the list I would think.
In case there are more add [1] at the end of the select statement. But
you would need to have the URL or the needed parts from it as
parameter.

Michel

On Mon, Nov 21, 2011 at 4:00 PM, Roelof Wobben <rwobben(_at_)hotmail(_dot_)com> 
wrote:

Hello,



I have this xml :



<display-articles>
<section id="1" handle="blog">Blog</section>
 <entry id="1">
 <titel handle="zwanger">Zwanger ??</titel>
 <datum time="23:00" weekday="5">2005-02-04</datum>
 <page>1</page>
 <tekst mode="formatted"><p>Hoera, het is zover, eindelijk (...)</p>
 </tekst>
 </entry>
 <entry id="2">
  <titel handle="7-weken-echo">7 weken echo</titel>
  <datum time="22:00" weekday="1">2005-02-21</datum>
  <page>1</page>
  <tekst mode="formatted"><p>Ik stond al onder behandeling  (...)</p>
  </tekst>
 </entry>
 <entry id="3">
  <titel handle="appelgebak">Appelgebak</titel>
  <datum time="23:00" weekday="6">2005-02-26</datum>
  <page>2</page>
  <tekst mode="formatted"><p>Met appelgebak zijn we naar jouw (...)</p>
  </tekst>
 </entry>
</display-articles>




Now I can put the articles and the pagenumbers together with grouping I think.



But how can I achieve that only one month and one page is displayed depending 
on the month and pagenumber in the url of the webpage ?



Roelof


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