UNC-Libraries / jquery.xmleditor

jQuery based XML editor plugin.
153 stars 71 forks source link

Processing XMLSchema not successful #96

Open tatpham opened 7 years ago

tatpham commented 7 years ago

I tried to import the XMLSchema.xsd, but most of the children like complextype or simpletype do not have any attributes. Is there something wrong with the xsd2json converter?

bbpennel commented 7 years ago

Does it work for other schemas? Would you be able to share the schema that is failing?

tatpham commented 7 years ago

Yes, the demo schema works (mods-3-4.xsd). I tried it with https://www.w3.org/2009/XMLSchema/XMLSchema.xsd

tatpham commented 7 years ago

I just saw that also in the demo mods when importing https://www.w3.org/2009/XMLSchema/XMLSchema.xsd complextype or simpletype does not have any attributes nor child elements