Been trying to figure out how I can create an XSLT to display
upcoming events on the homepage. Lets say I just want to display the
next 3 event, or events in the current month.
Been trying to modify the existing eventArea.xslt to start out, but I'm not having much luck.
Just wondered if some have some tips as I'm not an XSLT master yet.
XSLT to display upcoming events
Been trying to figure out how I can create an XSLT to display upcoming events on the homepage. Lets say I just want to display the next 3 event, or events in the current month.
Been trying to modify the existing eventArea.xslt to start out, but I'm not having much luck.
Just wondered if some have some tips as I'm not an XSLT master yet.
Sort by date in a for-each and render items from position 1 to 3.
Hi Jim -I would like to implement something exactly the same, do you have a finished piece of code that you could share.
Many Thanks
Matt
is working on a reply...