WebHelp ditamap external scope link
Posted: Sun Aug 10, 2014 5:39 am
I'm using some links in the TOC that are external to the DITA project. I was hoping that the ditamap would treat these links as dita files do: open in a new window. However, even thought the links have attributes scope=external and format=html, the links are generated in the WebHelp content pane, not in a new window.
Here's the code in question:
Any ideas?
Here's the code in question:
Code: Select all
<topicref navtitle="Documentation Archive"
href="https://www.eucalyptus.com/eucalyptus-cloud/documentation/archive" scope="external"
format="html">
<topicref href="https://www.eucalyptus.com/docs/eucalyptus/4.0/index.html" scope="external"
format="html" navtitle="4.0.0"/>
<topicref href="https://www.eucalyptus.com/docs/eucalyptus/3.4/index.html" scope="external"
format="html" navtitle="3.4.3"/>
<topicref href="https://www.eucalyptus.com/eucalyptus-cloud/documentation/eucalyptus/3.3"
scope="external" format="html" navtitle="3.3.2"/>
<topicref href="https://www.eucalyptus.com/eucalyptus-cloud/documentation/eucalyptus/3.2"
scope="external" format="html" navtitle="3.2.2"/>
<topicref href="https://www.eucalyptus.com/eucalyptus-cloud/documentation/eucalyptus/3.1"
scope="external" format="html" navtitle="3.1.2"/>
<topicref href="https://www.eucalyptus.com/eucalyptus-cloud/documentation/eucalyptus/3.0"
scope="external" format="html" navtitle="3.0.2"/>
</topicref>