Recurring missing DTD after being targeted in the Document Type association
Posted: Thu Mar 31, 2022 2:16 pm
Hello!
I have a project where the client declared a DTD with an absolute path.
I can't modify the content so I have to figure out how to achieve a publication on my side with the DITA-OT provided.
Here are the steps I followed:
1. I created a DITA-OT with the custom dtd provided by the client.
2. I applied the Integrator scenario to it and it successfully build the DITA-OT.
3. I target the Document Type association in Oxygen with the relevant folder to the DTDs into the DITA-OT folder.
Thanks to these operations, I can open and visualize the content of the maps and topics. However, I feel confused because when I start a transformation, I only have access to the scenarios that I previously created and not the default ones. When publishing via one these scenarios, the log outputs an error related to the DTD being not found although I can open and access the files in the editor.
What can I do in order to successfully build the project. I suspect the urn and path to the DTD should be adapted, but how?
I have a project where the client declared a DTD with an absolute path.
Code: Select all
<!DOCTYPE concept PUBLIC "urn:pubid:xxx.com:doctypes:dita:concept" "file:///C:/xxxxx/xxxxxx/xxxxx/xxxxx/DocTypes/dita-oasis/1.2/com.xxx.doctypes/dtd/concept/dtd/xxx-concept.dtd"[]>
Here are the steps I followed:
1. I created a DITA-OT with the custom dtd provided by the client.
2. I applied the Integrator scenario to it and it successfully build the DITA-OT.
3. I target the Document Type association in Oxygen with the relevant folder to the DTDs into the DITA-OT folder.
Thanks to these operations, I can open and visualize the content of the maps and topics. However, I feel confused because when I start a transformation, I only have access to the scenarios that I previously created and not the default ones. When publishing via one these scenarios, the log outputs an error related to the DTD being not found although I can open and access the files in the editor.
What can I do in order to successfully build the project. I suspect the urn and path to the DTD should be adapted, but how?