XSL to generate a sorted & flat ToDoList
ToDoList (by
abstractspoon) is a very nice tool to keep track of all your tasks.
With this XSL you can generate a flat view (not a tree view). It supports a couple of XSL parameters to control sorting and filtering. So, you can sort by priority or by due date.
The XSL is based to a large extend on ToDoListTableStylesheet_v1.0 by xabatcha
The "multi_view_todolist.xsl" that is also included generates an overview of the active task list by selecting
- flagged tasks (e.g. currently active)
- high-priority tasks
- urgent tasks (soon due)
- started tasks
- upcoming tasks (soon to start)
It uses the templates defined by flat_sorted_todolist.xsl.
The .bat files included can be used to run the transfrom as a user-defined tool from ToDoList.
Download:
flatToDoList 6975 2008-06-07.zipLabels: open-source, software, task management, todolist