Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
25c90c589b256f0925f081198c1525134a491e31
/
.
/
test
/
threads
/
acb.dtd
blob: 9fc77c55c5f694f6287b4b8b7fa070f9ebb9c43e [
file
] [
log
] [
blame
]
<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
%a;
<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
%c;
<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
%b;
<!ELEMENT acb (a, c, b)>