generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!DOCTYPE root [
|
||||
<!ELEMENT root (cont1, (cont1, cont2?)+)>
|
||||
<!ELEMENT cont1 EMPTY>
|
||||
<!ELEMENT cont2 EMPTY>
|
||||
]>
|
||||
<root>
|
||||
<cont1/>
|
||||
<cont1/>
|
||||
<cont1/>
|
||||
<cont1/>
|
||||
</root>
|
||||
Reference in New Issue
Block a user