generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
|
||||
%a;
|
||||
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
|
||||
%b;
|
||||
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
|
||||
%c;
|
||||
<!ELEMENT abc (a, b, c)>
|
||||
Reference in New Issue
Block a user