[xsl] Can grouping here the solution ?

Subject: [xsl] Can grouping here the solution ?
From: Roelof Wobben <rwobben@xxxxxxxxxxx>
Date: Mon, 21 Nov 2011 15:00:30 +0000
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

Current Thread