mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

When including a grammar from another grammar, we need to make sure that any redefines of starts and includes that that grammar does inside any of its include elements are also removed.
8 lines
134 B
HTML
8 lines
134 B
HTML
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<start>
|
|
<element name="c">
|
|
<empty/>
|
|
</element>
|
|
</start>
|
|
</grammar>
|