-
Notifications
You must be signed in to change notification settings - Fork 82
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
Referenced RelaxNG schema not found via XML catalog #804
Comments
Indeed we don't use XML catalog for xml-model, we should implement that. |
@jperterm could you share the XML that you try to bind. I would like to test with your same rng URL. Thanks |
@angelozerr I made a simple test set - see test.zip, it contains the following files:
|
Thanks so much! Let me investigate the problem. |
angelozerr
added a commit
to angelozerr/lemminx
that referenced
this issue
Nov 16, 2022
Fixes redhat-developer/vscode-xml#804 Signed-off-by: azerr <[email protected]>
@jperterm I created a PR to fix the problem at eclipse-lemminx/lemminx#1371 (comment) |
datho7561
pushed a commit
to eclipse-lemminx/lemminx
that referenced
this issue
Nov 16, 2022
Fixes redhat-developer/vscode-xml#804 Signed-off-by: azerr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried out your new RelaxNG validation feature and it seems that an URI given in
<?xml-model href="[...]"
does not resolve against XML catalogs which can be configured viaxml.catalogs
setting. Absolute file URIs and OS path's are working fine.I tested with v0.22 and v0.23.2022111503 (pre-release).
The text was updated successfully, but these errors were encountered: