Hide
original bugid: #6164
'constraints' in not listed as an allowed attribute in the command tag
This means that xmls that use the attribute, and have xml validation on (by specifying the wizard doctype) fail.
Added the constraint attribute to the DTD.
Workaround for this is to not specify the doctype in the xml.
Show
original bugid: #6164
'constraints' in not listed as an allowed attribute in the command tag
This means that xmls that use the attribute, and have xml validation on (by specifying the wizard doctype) fail.
Added the constraint attribute to the DTD.
Workaround for this is to not specify the doctype in the xml.
'constraints' in not listed as an allowed attribute in the command tag
This means that xmls that use the attribute, and have xml validation on (by specifying the wizard doctype) fail.