Menu

#1 Allow-suspension tag not in DTD

open
nobody
None
5
2004-08-17
2004-08-17
No

The allow-suspension tag is neither documented nor part
of the DTD, but nonetheless is required if any of the
task outcomes has the suspend attribute set to true.

The definition of the "job-definition" element should
be changed from:
<!ELEMENT job-definition (setup, first-task, task*)>

to:
<!ELEMENT job-definition (setup, first-task,
allow-suspension, task*)>

And the following element definition should be added:
<!ELEMENT allow-suspension (#PCDATA)>

Discussion


Log in to post a comment.