mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-27 14:03:36 +03:00
aa422d9254
* relaxng.c: refs definitions added from inported schemas should not be processed as refs from the main schemas * test/relaxng/595792* result/relaxng/595792*: add the test to the regression suite
12 lines
243 B
XML
12 lines
243 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<start>
|
|
<element name="t">
|
|
<ref name="tcont"/>
|
|
</element>
|
|
</start>
|
|
<define name="tcont">
|
|
<text/>
|
|
</define>
|
|
</grammar>
|