cornelius / kode

XML meta programming
http://www.lst.de/~cs/kode
20 stars 10 forks source link

[kxml_compiler]Fix attribute generation bug #19

Closed martonmiklos closed 5 years ago

martonmiklos commented 5 years ago

If multiple attributes (under separate elements) were present in the XSD with different types only the first got used.

Now the attributes in the simpletype "registry" has a reference to their element's so the kxml_compiler will be able to filter the proper attribute.