Difference between revisions of "Test matrix"
From FollowTheScore
Line 6: | Line 6: | ||
Input is: | Input is: | ||
one | one | ||
+ | oho | ||
aha | aha | ||
− | |||
two | two | ||
ehem | ehem |
Revision as of 19:09, 17 December 2007
generating a matrix from an indented list
Input is:
one oho aha two ehem three four aha uhui
Output is:
a simple demo matrix | aha | ehem | oho | uhui |
---|---|---|---|---|
one | x | x | ||
two | x | |||
three | ||||
four | x | x |
Links to DPL Manual pages
Now we use two nested DPL queries to generate the indented list: