billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

Warnings for repeated attributes #40

Closed billvaglienti closed 7 years ago

billvaglienti commented 7 years ago

In Protogen XML an attribute should never be repeated, but we don't check for that case; even though we do check if attributes are not recognized. Need to add the warning for repeated attributes.

billvaglienti commented 7 years ago

IT turns out that repeated attributes are a violation of XML, so what's actually happening is that Qt's XML parser is not properly enforcing XML rules. I'm going to punt on this one, its not worth it to write my own xml parser.