generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE foo [
|
||||
<!ELEMENT foo (root)*>
|
||||
<!ELEMENT root EMPTY>
|
||||
<!ENTITY utf16b SYSTEM "dtds/utf16b.ent">
|
||||
<!ENTITY utf16l SYSTEM "dtds/utf16l.ent">
|
||||
]>
|
||||
<foo> &utf16b; &utf16l; </foo>
|
||||
Reference in New Issue
Block a user