Open pgundlach opened 4 years ago
I noticed since this tuesday, URL for catalog uses now https
. It seems that Xerces doesn't support forward and we change the url to https https://github.com/eclipse/lemminx/pull/929/files#diff-aa132033b0397ce4e9d1a3332f7007881dd085758d5c64d7d90801ea3f47e166
This code is used to manage catalog without DOCTYPE.
In other words, if you change your URL with https, is it working?
I have updated to 0.14 and my XML file is not associated with the grammar anymore. When I remove
from the catalog (or change the version to 1.0), everything is fine. I don't know if this is intended or not, I just want to report this. Please feel free to close this without any comment.
To reproduce:
I have a file called
layout.xml
with this contents:The setting xml.catalog lists this file:
and the contents of this file is
The grammar is not associated with the xml file.
Now I remove the second line (
<!DOCTYPE...
) and the catalog file is "accepted" and my XML file gets autocompletion etc.It used to work with XML extension 0.13.
When I insert
instead of version 1.1, the XSD grammar is also accepted.