-
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
XSL support to resolve XML Schema of xsl #91
Comments
master fails with
|
It's because of https://github.com/angelozerr/lsp4xml/blob/master/org.eclipse.lsp4xml/src/main/java/org/eclipse/lsp4xml/extensions/xsl/XSLURIResolverExtension.java#L34 which tries to export XML Schema of XSL in a directory. We must provide an export folder (with config or by default). Are you OK with that? Any idea are welcome. I will work on this issue. |
yeah we need a configurable working directory. |
@fbricon I have tried to fix the problem (deploy is done in "user.home") and I have written test with completion. But it takes a long time because I think https://www.w3.org/2009/01/xml.xsd takes a long time to compile. I will study this problem... |
See #159 |
Create an extension which resolves the XML Schema of xsl according the version declared in the xsl.
The text was updated successfully, but these errors were encountered: