-
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
no validation or code completion on nested elements #177
Comments
Problem ame from tht use of For validation, it should work since Xerces is ised to validate the XML content. You should have the same validation between vscode-xml and Intellij (I think Intellij uses Xerces too). |
@angelozerr thanks for the fast fix, I will try it out now. |
Had some issue to build the lsp4xml but succeeded by changing the protocol to http due to ssl problem. |
Glad it works for you. |
Sorry but have to reopen this again. The completion is working fine but not validation available anymore |
I cannot reproduce it? Have you again this problem @fbricon ? |
Can no longer reproduce the duplicates issue. Closing |
See #177 Signed-off-by: azerr <[email protected]>
See #177 Signed-off-by: azerr <[email protected]>
See #177 Signed-off-by: azerr <[email protected]>
See #177 Signed-off-by: azerr <[email protected]>
See #177 Signed-off-by: azerr <[email protected]>
Good day,
I was referred by @angelozerr to report the issue I have using Red hat vscode xml extension.
I created a custom xsd schema for a xml file. Am using Vscode with Red hat vscode-xml extension.
The schema works for only the top elements giving me all its attributes and validation from my xsd file but not on the nested elements in the xml file.
I used the same xsd schema file in Jetbrain Intellij and it worked fine.
Here is an example of my issue.
Please also find below are my xsd and xml file.
kll Page.zip
I get swirling lines on the top element every time I reload vscode. My fix for that was to remove or add attribute to page tag.
Please can you kindly resolve this issue. Thanks
The text was updated successfully, but these errors were encountered: