Page 1 of 1

Oxygen WebApp resolve mode for bookmap

Posted: Tue Apr 11, 2017 2:32 pm
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?

Re: Oxygen WebApp resolve mode for bookmap

Posted: Wed Apr 12, 2017 9:55 am
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