How do I create a new "non-experimental" DITA map ?
Posted: Fri Aug 07, 2020 8:18 am
I'm using Oxygen XML Author 22.1.
I have existing ditamaps with the following document type declaration:
I want to create more of these.
However, in Oxygen, File > New > DITA > Maps presents only the single option "Map (Lightweight - Experimental) [DITA Maps]", which creates a ditamap with the following document type declaration (note the "LIGHTWEIGHT"):
Am I missing something? (How) can I select a "DTD DITA Map" from File > New?
Or: have I fallen behind (again)? Is "lightweight" the new normal? If so, why the "Experimental" qualification?
I have existing ditamaps with the following document type declaration:
Code: Select all
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
However, in Oxygen, File > New > DITA > Maps presents only the single option "Map (Lightweight - Experimental) [DITA Maps]", which creates a ditamap with the following document type declaration (note the "LIGHTWEIGHT"):
Code: Select all
<!DOCTYPE map PUBLIC "-//OASIS//DTD LIGHTWEIGHT DITA Map//EN" "map.dtd">
Or: have I fallen behind (again)? Is "lightweight" the new normal? If so, why the "Experimental" qualification?