generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
||||
<start>
|
||||
<element>
|
||||
<choice>
|
||||
<choice>
|
||||
<name>a</name>
|
||||
<name>b</name>
|
||||
</choice>
|
||||
<name>c</name>
|
||||
</choice>
|
||||
<empty/>
|
||||
</element>
|
||||
</start>
|
||||
</grammar>
|
||||
Reference in New Issue
Block a user