We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given :
foo.rng
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns:xi="http://www.w3.org/2001/XInclude"> <start> <ref name="foo" /> </start> <define name="foo"> <element name="foo"> <element name="bar"> <attribute name="xml:base" /> </element> </element> </define> </grammar>
bar.xml
<bar></bar>
foo.xml
<foo xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="bar.xml" /> </foo>
with :
XInclude enabled
The is an error with DOCTYPE:
Although it should have no error.
The text was updated successfully, but these errors were encountered:
RelaxNG validation with XInclude / File association report DOCTYPE error
4d44aac
Fixes eclipse-lemminx#1421 Signed-off-by: azerr <azerr@redhat.com>
b13832a
ac6fd25
131090f
Fixes #1421 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
Successfully merging a pull request may close this issue.
Given :
foo.rng
:bar.xml
:<bar></bar>
foo.xml
with :
XInclude enabled
foo.xml
associate withfoo.rng
file associationThe is an error with DOCTYPE:
Although it should have no error.
The text was updated successfully, but these errors were encountered: