concept seen as a ditamap...
Posted: Tue Mar 26, 2024 2:20 pm
Hello,
Small issue probably in my ecosystem since a few weeks butonly seen now...
My project is based on a template where a 'mother' ditamap embeds a lot of other sub-ditamaps.
Every Ditamap has a first concept topic to be able to introduce the document and create an entry in the SearchEngine that has the UID of the corresponding ditamap.
And in one of these sub-ditamap, this first concept topic is viewed as a ditamap:
But everything seems normal:
- In the mother ditamap:
- 20623_sld.ditamap:
- 20623_sld.dita:
And as a consequences, the 20623_sld.aspx is not generated...
I've recreated many times both ditamap and dita files without success.
Is there something in the project or a configuration file where I may have changed a parameter that cause this issue ?
Thanks in advanced for your help.
BR,
Mathieu
Small issue probably in my ecosystem since a few weeks butonly seen now...
My project is based on a template where a 'mother' ditamap embeds a lot of other sub-ditamaps.
Every Ditamap has a first concept topic to be able to introduce the document and create an entry in the SearchEngine that has the UID of the corresponding ditamap.
And in one of these sub-ditamap, this first concept topic is viewed as a ditamap:
Code: Select all
[DOTJ061E] Topic reference target is a DITA map but format attribute has not been set. Set format attribute value to "ditamap".
- In the mother ditamap:
Code: Select all
<topichead navtitle="Hardware/Software List (20623)">
<mapref href="Procedures/20623_sld.ditamap" format="ditamap"/>
</topichead>
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA 1.3 Map//EN" "technicalContent/dtd/map.dtd"[]>
<map xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" title="Hardware/Software List (20623)" id="map_kfl_vn1_b5b">
<title>
<ph id="title">Hardware/Software List (20623)</ph>
</title>
<topicref href="DocDITA/DITA-XML/20k/206h/20623/20623_sld.dita" type="concept" keys="SOP-20623"/>
<topicref href="DocDITA/DITA-XML/20k/206h/20625/20625_sld.dita" type="concept"/>
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="concept_20623">
<title>Hardware/Software List (20623)</title>
<shortdesc>This topic introduces the Hardware/Software List document.</shortdesc>
<conbody>
<p>Lorem Ipsum.</p>
</conbody>
</concept>
I've recreated many times both ditamap and dita files without success.
Is there something in the project or a configuration file where I may have changed a parameter that cause this issue ?
Thanks in advanced for your help.
BR,
Mathieu