Ticket #248 (closed defect: fixed)
Small fix to ModelGlue.dtd
| Reported by: | nando | Owned by: | somebody |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Version: | Severity: | minor | |
| Keywords: | Cc: |
Description
Not sure in other editors, but in XMLBuddy, i'm getting an incorrect validation error because of the order of the child elements of <scaffold> and <event-handler> in the DTD. I tried changing it to reflect the normal ordering of the elements, and the error goes away. So i'd like to suggest this change.
I changed lines 12 and 14 as follows:
FROM 12 <!ELEMENT scaffold (broadcasts*,views*,results*)> 14 <!ELEMENT event-handler (broadcasts*,views*,results*)>
TO
12 <!ELEMENT scaffold (broadcasts*,results*,views*)> 14 <!ELEMENT event-handler (broadcasts*,results*,views*)>
(While you're picking Mark Mandel's brain, maybe he could also help with creating an XML Schema for MG, since the ones for Transfer are so well done? :-)
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)