Can you help me limit results to data field in future?
Hi,
I have the following code used to display a list of classes each under the day of week for that class. I only want to show the day of week if there is a class that is not already past. I know I can use an If statement to stop the rendering of the class data for past dates with the following statement:
but in the case where there is only one class and it is in the past, then the day of week will show up without any class. Here's the entire XSLT file that I'm using.
Can you help me limit results to data field in future?
Hi,
I have the following code used to display a list of classes each under the day of week for that class. I only want to show the day of week if there is a class that is not already past. I know I can use an If statement to stop the rendering of the class data for past dates with the following statement:
but in the case where there is only one class and it is in the past, then the day of week will show up without any class. Here's the entire XSLT file that I'm using.
Thanks!
--Kent
Hi Kent
it would be easiest to add an extra condition to you your "days" variable definition - something like this:
>Tommy
is working on a reply...