You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
295 B
Plaintext

<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<start>
<ref name="top"/>
</start>
<define name="empty">
<empty/>
</define>
<define name="top">
<element name="top">
<ref name="empty"/>
<element name="a">
<text/>
</element>
</element>
</define>
</grammar>