xsl-list
[Top] [All Lists]

[xsl] Can grouping here the solution ?

2011-11-21 09:00:41

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