65.9K
CodeProject is changing. Read more.
Home

XSL Transform for ToDoList

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.89/5 (6 votes)

Oct 3, 2006

CPOL
viewsIcon

36924

downloadIcon

726

Create an HTML view of your ToDoList database.

Introduction

This is an example XSL Transform for ToDoList by AbstractSpoon.

The XSL file has basic documentation within itself which can be viewed with a text editor or a web browser.

It is designed to show only the Task Title and Comments in the output. However, with a little trial and error on your part, you can edit the file to show more details.

Simply removing the comments within the section titled: "Template For Generating Output for Each Task's Details." will put task details in your HTML.

Thanks to Manuel Reyes for posting his example XSLT!