kode icon indicating copy to clipboard operation
kode copied to clipboard

[kxml_compiler]Fix segfault when parsing an XSD containing a sequence type rootitem

Open martonmiklos opened this issue 5 years ago • 0 comments

The kxml_compiler segfaulted when generated code from an XSD where the root element was a complexType which was a sequence of elements. This was becasuse the subelements was not added by the schema/parser class during the parse.

martonmiklos avatar May 01 '20 12:05 martonmiklos