WebHelp output similar to 'Space Exploration'
Post here questions and problems related to editing and publishing DITA content.
WebHelp output similar to 'Space Exploration'
Hello,
I'm using Oxygen 26.1 and my project consists of a main root map and several submaps, each with a separate guide.
Currently, when I build an HTML output based on the WebHelp Responsive system, after I navigate from the landing page (by clicking any of the tiles that are based on the first-level topic of each submap), content from all maps is bundled into one page and one TOC.
Instead, I would like to create a site where each submap's content is stored on a separate page, with TOC content only for that submap. Basically, I would like to replicate the sample 'Space Exploration' WebHelp output from the Oxygen Styles Basket. I'm pretty sure there's a parameter for that.
Kind regards,
Konrad
I'm using Oxygen 26.1 and my project consists of a main root map and several submaps, each with a separate guide.
Currently, when I build an HTML output based on the WebHelp Responsive system, after I navigate from the landing page (by clicking any of the tiles that are based on the first-level topic of each submap), content from all maps is bundled into one page and one TOC.
Instead, I would like to create a site where each submap's content is stored on a separate page, with TOC content only for that submap. Basically, I would like to replicate the sample 'Space Exploration' WebHelp output from the Oxygen Styles Basket. I'm pretty sure there's a parameter for that.
Kind regards,
Konrad
Re: WebHelp output similar to 'Space Exploration'
Hello,
Please note that the references to submaps are discarded at transformation time and all the topic references from each submap are copied in the main map at the position of the map reference. See the DITA specification for the <mapref> element: https://www.oxygenxml.com/dita/1.3/spec ... apref.html
Currently there is no out-of-the-box solution to keep the map references in place and generate chapters for each submap.
However, there is an workaround. You can wrap each map reference in a <topichead> with the same title as the referenced map. For example:
Regards,
Alin.
Please note that the references to submaps are discarded at transformation time and all the topic references from each submap are copied in the main map at the position of the map reference. See the DITA specification for the <mapref> element: https://www.oxygenxml.com/dita/1.3/spec ... apref.html
Currently there is no out-of-the-box solution to keep the map references in place and generate chapters for each submap.
However, there is an workaround. You can wrap each map reference in a <topichead> with the same title as the referenced map. For example:
Code: Select all
<map id="standardlib">
<topichead navtitle="Developing with standard libraries">
<mapref href="lib.ditamap"/>
</topichead>
<!-- ... -->
</map>
Alin.
Alin Balasa
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service