Hi
It seems OK indeed.
It seems however that the "alloc to" doesn't issue a value.
It is really a nice idea because xslt is really hard to master.
Do you have already an idea how far you are going with this hierarchy feature?
I don't think specifying the level is the easiest way. You don't alway know how much you should go down (nested structure).
Perhaps colors could be used from the task coloring scheme (settings/user interface/task coloring/color by).
and regarding the hierarchy perhaps some conditions could be used too?
I explain:
I structure my TDL like this
- Project 1
- task 1
- task 2
- Project 2
- task 1
- task 2
I use color by status. For a "project" (I use status="project"), I have thus a different color. And ecah task has its color based on the same field (OPEN/ON HOLD/ STARTED/... That's "automatic" with the config options.
But then if in the builder I could perhaps define the fields with something like
if $(status.1) == "Project" then
<TR COLSPAN=3 ><TD>project $(title.1) </TD><TR>
else
<TR><TD>$(risk)</TD><TD>$(dueDate)</TD><TD>$(ver)</TD></TR>
What do you think. Am I dreaming too far? I'm currently using python scripts to do the reports based on the XML but it is less user friendly ;-)
Anyway. Thanks for this tool
Ben