oXygen has troubles with a DOCTYPE line with relative paths
Posted: Sat Jul 19, 2003 11:30 pm
This consistently works with oXygen:
This does not:
However, the same fix that allows the "oxygen" script to accept relative filenames seems to fix this problem.
Code: Select all
<!DOCTYPE rootElem SYSTEM "file://full/path/to/my.dtd">
Code: Select all
<!DOCTYPE rootElem SYSTEM "my.dtd">
<!-- my.dtd is in the same directory as my document -->