• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

DITA keydef conkeyref not working in HTML5

Explorer ,
Jan 04, 2021 Jan 04, 2021

Copy link to clipboard

Copied

I am trying to use keydef/conkeyref s to improve my re-use of content and reduce errors.

 

I am applying it a similar fashion to what is described here.

 

The published content and conkeyrefs are working well when I publish in PDF format but not in responsive HTML5.  For keywords both worked fine.

 

The ditamap was as follows;

 

<map xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
<title>Test MAP</title>
<keydef keys="product_title"><!-- product_version = "1.5.20"-->
<topicmeta>
<keywords>
<keyword>RAPTOR
- Quick Start Guide</keyword>
</keywords>
</topicmeta>
</keydef>
<keydef keys="product_version"><!-- product_version = "1.5.20"-->
<topicmeta>
<keywords>
<keyword>1.5.04</keyword>
</keywords>
</topicmeta>
</keydef>
<keydef keys="product_date"><!-- product_version = "1.5.20"-->
<topicmeta>
<keywords>
<keyword>December
2020</keyword>
</keywords>
</topicmeta>
</keydef>
<keydef href="../../graphics-warehouse.xml" keys="graphics"
type="concept">
<topicmeta>
<navtitle>Graphics Reference Warehouse</navtitle>
</topicmeta>
</keydef>
<keydef href="../../warehouse.xml" keys="corporate" type="concept">
<topicmeta>
<navtitle>Warehouse</navtitle>
</topicmeta>
</keydef>
<topicref href="../../book_common/Frontmatter/title_page_template.xml"
type="concept"></topicref>
<topicref href="../../book_common/Frontmatter/Copyright_Contact.xml"
type="concept">
<topicmeta>
<navtitle>Copyright Notice</navtitle>
</topicmeta>
</topicref>
</map>

 

Warehouse.xml is as follows:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA 1.3 Concept//EN" "technicalContent/dtd/concept.dtd" [
]>

<concept id="id20CIDF00UHT">
<title>Warehouse</title>
<shortdesc>This is the warehouse of terms used by the iMX350 documents</shortdesc>
<prolog>
<author></author>
</prolog>
<conbody>
<p id="copyright">© 2021 iS5 Communications Inc. All
rights reserved.</p>
</conbody>
</concept>

 

The reference to the copyright key in "../../book_common/Frontmatter/Copyright_Contact.xml" is as follows:  <p conkeyref="corporate/copyright">© 2020 iS5 Communications Inc. All rights reserved.</p>

 

As mentioned above, when I publish in PDF this copyright message is overwritten to "© 2021 iS5 Communications Inc. All rights reserved.".  When I publish in HTML5 it is left unchanged.

 

Is this a bug?  I am using the 2019 Framemaker 

Version: 15.0.7.973

 

Regards,

 

Sean

 
 

Vie

Views

195

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 04, 2021 Jan 04, 2021

Copy link to clipboard

Copied

Hi Sean

can you mail us a sample ditamap with this at amisingh@adobe.com so we can check it out. HTML output intermediate one uses DITA-OT one so need to check as we upgraded DITA-OT version with 2020.1

 

Thanks

Amitoj Singh

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 05, 2021 Jan 05, 2021

Copy link to clipboard

Copied

LATEST

Thanks for your quick reply.

I will put together an example this morning for you and email it to you.

 

Regards,

 

Sean

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines