Page 1 of 1

DITA Tags labels display differences with Author Desktop

Posted: Mon Jul 22, 2024 6:58 pm
by Johann
Hello,

I use version 26.1 of Web Author Oxygen.
When I open a DITA topic and display the tags, the tag labels are not the same as in Author "Desktop".
For example, the "p" tag is displayed as "p" in Author Desktop but as "Paragraph" in Web Author.

Is it possible to configure DITA tag labels in Web Author? And have the same display as in Author Desktop?

Thank you,

Johann

Re: DITA Tags labels display differences with Author Desktop

Posted: Tue Jul 23, 2024 7:06 pm
by Bogdan Dumitru
Hello,

The verbose element names presented in Web Author are configured in frameworks/dita/resources/cc_config.xml:

Code: Select all

<elementRenderings platform="webapp">
  <render element="p" as="${i18n(cc_p)}"/>
  ...
Try deleting the <elementRenderings platform="webapp"> element,

Re: DITA Tags labels display differences with Author Desktop

Posted: Wed Jul 24, 2024 10:43 am
by Johann
Hello Bogdan,

Thank you, that worked!

Regards,

Johann