Files
XML_Data_Parsing/libxml2/test/relaxng/include1.rng
T

13 lines
238 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<include href="include1-0.inc">
<start>
<notAllowed/>
</start>
</include>
<start combine="choice">
<element name="a">
<empty/>
</element>
</start>
</grammar>