You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
myXML.xml:4: namespace warning : xmlns: URI my.short.namespace is not absolute
This warning can be suppressed when running xmllint --nowarning myXML.xml.
However, this warning is displayed as severity: Error inside the linter panel, and marked in the XML file as such. AFAIK we do have severity info/warning/error from the linter package API, so we should mark it according to the output from xmllint.
I'm not sure if all xmllint output follows the same format (just started using it). If it is, this can be easily fixed, I think?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
xmllint myXML.xml
, the result is:This warning can be suppressed when running
xmllint --nowarning myXML.xml
.However, this warning is displayed as severity: Error inside the linter panel, and marked in the XML file as such. AFAIK we do have severity info/warning/error from the linter package API, so we should mark it according to the output from xmllint.
I'm not sure if all xmllint output follows the same format (just started using it). If it is, this can be easily fixed, I think?
The text was updated successfully, but these errors were encountered: