[Home] [By Thread] [By Date] [Recent Entries]
At 06:10 08/08/2008, you wrote:
Can you post the HTML you want to create from that fragment above? The HTML I want to produce for this part is a simple list of all the years: <li> <a href="index.asp?pageid=60&section=articles&subsection=section1&thisyear=2008">2008</a> </li> <li> <a href="index.asp?pageid=60&section=articles&subsection=section1&thisyear=2007">2007</a> </li> And so on.... I've built the first two levels of navigation (sorting by section and displaying subsections), the html for that looks like: <h2 class="title">Section selected</h2> <ul class="tabs"> <li> <a href="index.asp?pageid=60&section=articles" >All</a> </li> <li> <a href="index.asp?pageid=60&section=articles&subsection=section1">Section 1</a> </li> </ul> <ul class="tabs_sub"> <li> <a href="index.asp?pageid=60&section=articles&subsection=section1">Latest</a> </li> </ul> Now I need to pop the years after the "latest" tab. I have had a look at Muenchian grouping, but my problem is grabbing and sorting (or grouping) by the attribute from the parent element. I'll have another look though. Kate Busch-Petersen
|

Cart



