Wrong DOCTYPE format (?)
Posted: Tue Jul 06, 2004 9:01 am
Hi,
when I start a new xml-file and attach a dtd via the function associate schema, choose dtd and open file (and choose a file),
I got one line included in my document like this:
This causes problems with other programs, since it's not the correct format for a file-resource (in my opinion).
It should say either
or
I tested it with version 4.0 (linux) and 4.1 (windows). The windows version makes no difference. The result there is
(not sure about the colon by now, ´cos I dont have a windows-machine here)
I would call it a bug.
Greetings
Kassi
when I start a new xml-file and attach a dtd via the function associate schema, choose dtd and open file (and choose a file),
I got one line included in my document like this:
Code: Select all
<!DOCTYPE xupdate:modifications SYSTEM "file:/path/to/my.dtd">
It should say either
Code: Select all
<!DOCTYPE xupdate:modifications SYSTEM "file:///path/to/my.dtd">
Code: Select all
<!DOCTYPE xupdate:modifications SYSTEM "/path/to/my.dtd">
Code: Select all
<!DOCTYPE xupdate:modifications SYSTEM "file:/C:/path/to/my.dtd">
I would call it a bug.
Greetings
Kassi