On 07/10/10 23:42, Martin Holmes wrote:
> Hi all,
>
> In addition to tracking changes through<change> elements inside
> <revisionDesc>, I'd like to be able to keep a "to do list" of things
> that need to be done to a file. What's the natural place to store
> something like this? It would be nice to put it in<revisionDesc>, so
> todos could easily be turned into<change>s when they're done, but I
> don't see an easy way to do that. Any suggestions?
>
This would definitely count as tag abuse, since the revisionDesc is not
meant for this purpose, and specifically <change> documents something
which HAS been done.
You could add a <note type="proposedRevision"> though, since <note> is
now global. Or define a new <prospectiveChange> element in your own
name space.
|