This question about Topic Markup Language and applications: Answered
Multiple Holiday Lists in one Topic?
Is it possible to create a number of Holiday Lists within one page, for instance one for each department? At the moment its confused with displaying to calendar forms, both with the same data.
Create a topic for each department and
INCLUDE all them in only one topic. Set a
STOPINCLUDE after the HOLIDAYLIST call in each department topic so the list is not shown in the general topic. Use also the
topic parameter in the HOLIDAYLIST call to ensure the right data. Something like this:
Department holidays topic
%HOLIDAYLIST{topic="SalesDepartmentHolidays" ...
%STOPINCLUDE%
- holiday entries
...
General holidays topic
%INCLUDE{ SalesDepartmentHolidays }%
%INCLUDE{ ... etc
--
EnriqueCadalso - 04 May 2009