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

Add support for textDocument/documentLink for xs:include/schemaLocation #689

Closed
angelozerr opened this issue May 12, 2020 · 0 comments · Fixed by #725 or enxio/lsp4xml#54
Closed
Labels
enhancement New feature or request good first issue Good for newcomers hyperlink XSD
Milestone

Comments

@angelozerr
Copy link
Contributor

angelozerr commented May 12, 2020

Give this XML Schema:

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="https://www.w3schools.com/schema">

<xs:include schemaLocation="customer.xsd"/>

customer.xsd should be a document link.

@fbricon fbricon added this to the 0.12.0 milestone May 13, 2020
datho7561 added a commit to datho7561/lemminx that referenced this issue May 26, 2020
The URI specified for the schemaLocation attribute of xs:include is now
clickable.
Fixes eclipse-lemminx#689.

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/lemminx that referenced this issue May 26, 2020
The URI specified for the schemaLocation attribute of xs:include is now
clickable.
Fixes eclipse-lemminx#689.

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/lemminx that referenced this issue May 26, 2020
The URI specified for the schemaLocation attribute of xs:include is now
clickable.
Fixes eclipse-lemminx#689.

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/lemminx that referenced this issue May 26, 2020
The URI specified for the schemaLocation attribute of xs:include is now
clickable.
Fixes eclipse-lemminx#689.

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/lemminx that referenced this issue May 26, 2020
The URI specified for the `schemaLocation` attribute of `xs:include` is now
clickable.
Fixes eclipse-lemminx#689.

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/lemminx that referenced this issue May 27, 2020
The URI specified for the `schemaLocation` attribute of `xs:include` is now
clickable.
Fixes eclipse-lemminx#689.

Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr pushed a commit that referenced this issue May 28, 2020
The URI specified for the `schemaLocation` attribute of `xs:include` is now
clickable.
Fixes #689.

Signed-off-by: David Thompson <davthomp@redhat.com>
@xorye xorye added the enhancement New feature or request label Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hyperlink XSD
Projects
None yet
3 participants