XSLT: Giving different views of the data

gsg26

New Member
This is a "best design approach" question more than a coding question. I'm looking for the best approach to filtering data in XSLT. I have a blog which is generated from XML, XSLTand CSS. Each blog post falls under a category - Week 1, Week 2 or Week 3.
0qe4A.png
At the moment, I'm displaying all the categories on the side. When I click WEEK1, I want to show only posts from Week 1. Is this any way to do this without having an XML file for each week?As a sideline... this is a demo of what XSLT can do. Something like php would have been much better suited for the job, but this needs to be done with XSLT/HTML/JavaScript/CSS.If the question is not clear, please ask and I will do my best to rephrase it.
 
Back
Top