Hello I am parsing xml files which have the following header
<!DOCTYPE gogn SYSTEM "../../../format/dtd/lo-dtd.dtd">
which is working very well but how ever some of the files have this header
<!DOCTYPE gogn SYSTEM "../../../../../format/dtd/no-dtd.dtd">
When I try to parse these I get an malformedurl exception, no protocol ../../../../../format/dtd/no-dtd.dtd

any ideas on...