DITA Tags labels display differences with Author Desktop

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
Johann
Posts: 216
Joined: Wed Jun 17, 2015 12:46 pm

DITA Tags labels display differences with Author Desktop

Post 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
Bogdan Dumitru
Site Admin
Posts: 152
Joined: Tue Mar 20, 2018 5:28 pm

Re: DITA Tags labels display differences with Author Desktop

Post 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,
Bogdan Dumitru
http://www.oxygenxml.com
Johann
Posts: 216
Joined: Wed Jun 17, 2015 12:46 pm

Re: DITA Tags labels display differences with Author Desktop

Post by Johann »

Hello Bogdan,

Thank you, that worked!

Regards,

Johann
Post Reply