-
Notifications
You must be signed in to change notification settings - Fork 93
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/typeDefinition
from XML to XMLSchema/DTD
#371
Labels
CM Extension
Content Model extension (XML Schema & DTD)
enhancement
New feature or request
hyperlink
XSD
Milestone
Comments
angelozerr
added
CM Extension
Content Model extension (XML Schema & DTD)
enhancement
New feature or request
hyperlink
XSD
labels
May 14, 2019
angelozerr
added a commit
that referenced
this issue
Jul 1, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 2, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 2, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 3, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 10, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 10, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 12, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 12, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 12, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 12, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 12, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 15, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 17, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 17, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 17, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
that referenced
this issue
Jul 17, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
fbricon
pushed a commit
that referenced
this issue
Jul 17, 2019
Fix #371 Signed-off-by: azerr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CM Extension
Content Model extension (XML Schema & DTD)
enhancement
New feature or request
hyperlink
XSD
When XML file is bound to an XML Schema or DTD it should be cool to manage type definition inside XML to open the XML Schema (element or attribute) / DTD element/attrlist which defines the XML element/attribute.
Take a sample with this xml:
bound to this XML Schema:
when type definition is done in the xml attribute
book/@isbn
it should open the XML Schema and select the value of @name of<xsd:attribute name="isbn"
(isbn).when type definition is done in the xml element
book/title
it should open the XML Schema and select the value of @name of<xsd:element name="title"
(title).Same thing should be done for XML bound to DTD
The text was updated successfully, but these errors were encountered: