Oxygen WebApp resolve mode for bookmap

Having trouble installing Oxygen? Got a bug to report? Post it all here.
aleh.haidash
Posts: 32
Joined: Tue May 26, 2015 10:28 am

Oxygen WebApp resolve mode for bookmap

Post by aleh.haidash »

Hello

I used resolve mode for bookmap in Oxygen standalone 19, but I can find this mode in Oxygen Webapp 19.
Can you clarify whether it can be called via action or manually via JavaScript or Java?
Best Regards,
Aleh
cristi_talau
Posts: 496
Joined: Thu Sep 04, 2014 4:22 pm

Re: Oxygen WebApp resolve mode for bookmap

Post by cristi_talau »

Hello,

Unfortunately, Web Author does not have a mode in which it would present the resolved bookmap by default.

However, the whole magic happens in ro.sync.ecss.extensions.dita.map.topicref.DITAMapRefResolver. This is part of the DITA framework whose sources are available here [1]. In the desktop app, there is a parameter "resolveAllTopicRefs" that gets passed to tell it to resolve all topics. However in Web Author this parameter cannot be passed using the API. So you have to change the code of the framework to pass this parameter.

Best,
Cristian

[1] https://www.oxygenxml.com/maven/com/oxy ... ources.jar
Post Reply