DITA 1.3 Validation

Post here questions and problems related to editing and publishing DITA content.
slucchini
Posts: 1
Joined: Wed May 13, 2015 8:12 pm

DITA 1.3 Validation

Post by slucchini »

Hello,

I am interested in using the new DITA 1.3 spec for validation with oXygen. Is there a way for me to go about setting this up?

Thanks!
- Scott Lucchini
Radu
Posts: 9041
Joined: Fri Jul 09, 2004 5:18 pm

Re: DITA 1.3 Validation

Post by Radu »

Hi Scott,

What I did on my site to test working with the DITA 1.3 DTDs was to install in the DITA Open Toolkit I was using (in my case the one bundled with Oxygen) Eliot's plugin:

https://github.com/dita-community/dita1 ... .x-support
http://www.oxygenxml.com/doc/ug-oxygen/ ... lugin.html

Then I created and edited in Oxygen topics which have the public ID:

Code: Select all

-//OASIS//DTD DITA 1.3 Topic//EN
If you want your existing topics to be validated with DITA 1.3 without changing the public IDs in each of them, you can edit the XML catalog:

DITA-OT-DIR\catalog-dita.xml

find in it this entry:

Code: Select all


<nextCatalog xml:base="plugins/org.oasis-open.dita.dita13.doctypes-master/doctypes/" catalog="catalog.xml"></nextCatalog>
and comment out all other entries in the catalog-dita.xml because they have higher precedence and resolve the public IDs to the DITA 1.2 DTDs.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply