Hallo,
Wie kann ich aus einem xml file die Doctype Information auslesen?
zb dass ich von->
dass ich zb in einem array speichere bla.xml und foofoo.xml? also die filenamen?
thx
Wie kann ich aus einem xml file die Doctype Information auslesen?
zb dass ich von->
Code:
<!DOCTYPE foo SYSTEM "foo.dtd"
[
<!ENTITY bla SYSTEM "bla.xml">
<!ENTITY foofoo SYSTEM "foofoo.xml">
]>
thx