Skip to content
New issue

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

Ignoring XML Schema 1.1 Errors #1031

Open
johanzietsman-em opened this issue Oct 29, 2024 · 2 comments
Open

Ignoring XML Schema 1.1 Errors #1031

johanzietsman-em opened this issue Oct 29, 2024 · 2 comments

Comments

@johanzietsman-em
Copy link

I am building XML schemas based on the XSD 1.1 specification, which is not supported by vscode-xml. I would like to ignore errors on lines that use XSD 1.1 features to avoid being distracted by these error messages while working. I tried the following options, but none of them work.

<xs:unique ref="my-xsd:myUniqueConstraint" />  <!-- xsd(s4s-att-must-appear): ignore -->
<xs:unique ref="my-xsd:myUniqueConstraint" />  <!-- ignore: xsd(s4s-att-must-appear) -->

Is it possible to ignore such errors with vscode-xml? Please help.

Many thanks.

@angelozerr
Copy link
Contributor

For the moment we are blocked with Xerces, see issue #222

@johanzietsman-em
Copy link
Author

Thank you for the reply, @angelozerr. Understood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants