| Issue 5: | Unclear error message in sw6.xmlvalidator.1.0 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
validate a xml file with following visible settings:
<enum varName="gender" realName="Gender">
<element varName="girl" realName="" value="0" />
<element varName="boy" realName="" value="1" />
</enum>
Error:
LINE 10: Attribute "varName" must be declared for element type "element".
What is the expected output? What do you see instead?
I expect a better error message not seen from the perspective of the DTD
May 10, 2011
Project Member
#1
swlass...@gmail.com
May 10, 2011
And now marked as fixed...
Status:
Fixed
|