generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE x [
|
||||
<!ELEMENT x (test*)>
|
||||
<!ELEMENT test EMPTY>
|
||||
<!ATTLIST test att CDATA "attvalue">
|
||||
<!ENTITY test.ent "<test/>">
|
||||
]>
|
||||
<x>
|
||||
<test/>
|
||||
&test.ent;
|
||||
</x>
|
||||
Reference in New Issue
Block a user