You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have started using your xsd2xml tool (special thanks for your work), more specifically the updated branch from @seregagl, and I have encountered two main issues (being the second the one the most important, for which I have yet to find a fix). Since I am completely new to XSD syntax, they may sound simple and banal, for which I apologize.
Function remove_ns() being passed "None" as "name". This causes the function to crash, trying to index None[0]. The following XSD attribute was the one causing the issue, although I am unsure why, since it was correctly validated by other XSD-checkers.
Attributes that are defined within the main XSD are not saved to the output XML file. In this case some of the attributes from the XSD (first code block) were completely omitted in the output XML (second code block). Once again I am unsure why, and it was previously validated.
Other attributes from were correctly saved to the output XML, although in this case they were defined in a common space, instead of being directly specified within the said main XSD.
Hello, I have started using your xsd2xml tool (special thanks for your work), more specifically the updated branch from @seregagl, and I have encountered two main issues (being the second the one the most important, for which I have yet to find a fix). Since I am completely new to XSD syntax, they may sound simple and banal, for which I apologize.
None[0]
. The following XSD attribute was the one causing the issue, although I am unsure why, since it was correctly validated by other XSD-checkers.Other attributes from were correctly saved to the output XML, although in this case they were defined in a common space, instead of being directly specified within the said main XSD.
The text was updated successfully, but these errors were encountered: