Documents often have data scattered throughout them, for example:
WTML is a �markup� language for marking text that is part of a virtual table AND it is a processor for marked up text. For example here is a crudely "marked up" recommendation:
There continues to be a poor level of consumption of fruit and vegetables throughout the population. Our recommendation is unchanged from last year. <Rec><ID>R1<\ID> <Priority>High<\Priority><Txt>Eat five portions of fruit and vegetables each day.<\Txt><\Rec> |
The markup �vocabulary� of WTML is user-defined. Here is the same example with the markup tags more subtly defined (and including colour in the tag definitions and values):
There continues to be a poor level of consumption of fruit and vegetables throughout the population. Our recommendation is unchanged from last year. <R> [Identifier=R1] [Priority=High] [Recommendation=Eat five portions of fruit and vegetables each day.]</R> |
Tags may also be hidden:
There continues to be a poor level of consumption of fruit and vegetables throughout the population. Our recommendation is unchanged from last year. R1 High Eat five portions of fruit and vegetables each day. |
The WTML processor would create this table from the examples above (with a few extra rows shown for illustration):
Identifier | Priority | Recommendation |
R1 | High | Eat five portions of fruit and vegetables each day. |
R2 | Medium | Do not snack between meals. |
R3 | High | Eat complex carbohydrates. |
WTML-p is implemented as a custom Excel toolbar. It requires Excel (97 to 2007 versions) and works with documents created in Word (97 to 2007 versions). No software other than Word is
necessary to prepare or read a WTML document.