blob: 8bb29ac150f5ef231df4fdb07306c1535f6fbfc1 [file] [log] [blame]
Daniel Veillard57c9db02008-03-06 14:37:10 +00001<!DOCTYPE foo [
2<!ELEMENT foo (root*)>
3<!ELEMENT root EMPTY>
4<!ENTITY utf16b SYSTEM "dtds/utf16b.ent">
5<!ENTITY utf16l SYSTEM "dtds/utf16l.ent">
6]>
7
8<foo> &utf16b; &utf16l; </foo>