Current Path : /proc/thread-self/root/proc/self/root/opt/alt/libxml2/usr/share/doc/alt-libxml2-devel/examples/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/libxml2/usr/share/doc/alt-libxml2-devel/examples/test2.xml |
<!DOCTYPE doc [ <!ELEMENT doc (src | dest)*> <!ELEMENT src EMPTY> <!ELEMENT dest EMPTY> <!ATTLIST src ref IDREF #IMPLIED> <!ATTLIST dest id ID #IMPLIED> ]> <doc> <src ref="foo"/> <dest id="foo"/> <src ref="foo"/> </doc>