We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for this awesome repo! Don't hesitate to host on crates.io.
I am trying to parse a schema that has an xs:all element, which seems to be unsupported still.
thread 'main' panicked at 'internal error: entered unreachable code: Unsupported node: Element { tag_name: {http://www.w3.org/2001/XMLSchema}all, attributes: [], namespaces: [Namespace { name: Some("xs"), uri: "http://www.w3.org/2001/XMLSchema" }, Namespace { name: None, uri: "http://www.customer.com/Risks" }] } parent = Some(Element { tag_name: {http://www.w3.org/2001/XMLSchema}complexType, attributes: [Attribute { name: name, value: "Risk" }], namespaces: [Namespace { name: Some("xs"), uri: "http://www.w3.org/2001/XMLSchema" }, Namespace { name: None, uri: "http://www.customer.com/Risks" }] }) ', xsd-parser/src/parser/node_parser.rs:43:14
<xs:complexType name="Risk"> <xs:all> ... </xs:all> </xs:complexType>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for this awesome repo! Don't hesitate to host on crates.io.
I am trying to parse a schema that has an xs:all element, which seems to be unsupported still.
The text was updated successfully, but these errors were encountered: