Summary: | Kate reports errors for syntax xml file but NO DETAILS | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | trijezdci |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | christoph, jonathan.poelen |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
trijezdci
2018-08-27 16:08:11 UTC
Your first context does not have a name. I think all contexts require a valid non-empty name. Could you try this? (In reply to Dominik Haumann from comment #1) > Your first context does not have a name. I think all contexts require a > valid non-empty name. Could you try this? Thanks, I just tried that but it still complains. In any event, although I hope to find the cause, I also believe it is a bug to report warnings or errors without telling what the warnings or errors actually are, so in my view, regardless of what causes the warning/error notification, the lack of a detailed warning/error message or report ought to be fixed. I don't know where language.dtd is located, but the current validation uses XML Schema Definition (language.xsd) to validate the format. The content is very different from a dtd file and the verification is done with --schema rather than --valid. xmllint --noout --schema data/schema/language.xsd file.xml The xmllint error seems to come from the dtd parser that does not recognize the format. |