source:
vbox/trunk/src/libs/libxml2-2.9.14/test/threads/cab.dtd@
102792
Last change on this file since 102792 was 95312, checked in by , 2 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | <!ENTITY % c SYSTEM "http://example.org/c/c.dtd"> |
2 | %c; |
3 | <!ENTITY % a SYSTEM "http://example.org/a/a.dtd"> |
4 | %a; |
5 | <!ENTITY % b SYSTEM "http://example.org/b/b.dtd"> |
6 | %b; |
7 | <!ELEMENT cab (c, a, b)> |
Note:
See TracBrowser
for help on using the repository browser.