Oxygen can't find map.dtd
Posted: Sat Aug 29, 2020 1:53 am
Using Oxygen 22 on MacOS. When I open a DITA map with this standard doctype:
Oxygen gives this error:
F [Xerces] FileNotFoundException-/Users/magldi/git/docs/map.dtd
It's looking for map DTD in the same directory where the map is, instead of using the Oxygen catalog. Oxygen normally recognizes a file like this in its default setup. I tried setting an XML catalog entry to point to the Oxygen DITA OT catalog-dita.xml file, and this does not work either. (I closed and opened Oxygen to make sure this catalog was used)
How can I fix this? Is there something to reset?
Code: Select all
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
F [Xerces] FileNotFoundException-/Users/magldi/git/docs/map.dtd
It's looking for map DTD in the same directory where the map is, instead of using the Oxygen catalog. Oxygen normally recognizes a file like this in its default setup. I tried setting an XML catalog entry to point to the Oxygen DITA OT catalog-dita.xml file, and this does not work either. (I closed and opened Oxygen to make sure this catalog was used)
How can I fix this? Is there something to reset?