Subject: Re: Can grouping here the solution ?
From: Michel Hendriksen <michel.hendriksen@xxxxx>
Date: Mon, 21 Nov 2011 16:09:53 +0100
|
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@xxxxxxxxxxx> 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
|