P
pod69
Hello,
How can i read the Doctype Information out of an xml file?
<!DOCTYPE foo SYSTEM "foo.dtd"
[
<!ENTITY bla SYSTEM "bla.xml">
<!ENTITY foofoo SYSTEM "foofoo.xml">
]
So that i get out e.g. in an array bla.xml and foofoo.xml?
Has someone an example? That would help me a lot!
thx pättr
How can i read the Doctype Information out of an xml file?
<!DOCTYPE foo SYSTEM "foo.dtd"
[
<!ENTITY bla SYSTEM "bla.xml">
<!ENTITY foofoo SYSTEM "foofoo.xml">
]
So that i get out e.g. in an array bla.xml and foofoo.xml?
Has someone an example? That would help me a lot!
thx pättr