2025
26.1Version 26.1 - March 25, 2024
2024
26.0Version 26.0 - October 11, 2023
- 25.1
Version 25.1 - March 16, 2023
2023
25.0Version 25.0 - October 13, 2022
- 24.1
Version 24.1 - March 7, 2022
2022
24.0Version 24.1 - March 7, 2022
Version 24.0 - October 18, 2021- 23.1
Version 23.1 - March 4, 2021
2021
23.0Version 23.1 - March 4, 2021
Version 23.0 - November 19, 2020- 22.1
Version 22.1 - May 19, 2020
- 22.0
Version 22.1 - May 19, 2020
Version 22.0 - February 12, 2020 2020
21.1Version 21.1 - May 23, 2019
- 21.0
Version 21.1 - May 23, 2019
Version 21.0 - February 22, 2019 2019
20.1Version 20.1 - June 15, 2018
- 20.0
Version 20.1 - June 15, 2018
Version 20.0 - March 16, 2018 2018
- 19.0
Version 19.1 - September 29, 2017
Version 19.0 - April 5, 2017 2017
- 18.0
Version 18.1 - October 18, 2016
Version 18.0 - April 21, 2016 2016
- 17.0
Version 17.1 - October 20, 2015
Version 17.0 - May 5, 2015 2015
- 16.0
Version 16.1 - October 7, 2014
Version 16.0 - May 20, 2014 2014
- 15.0
Version 15.2 - January 22, 2014
Version 15.1 - October 7, 2013
Version 15.0 - June 7, 2013
What's New in Oxygen XML Webhelp 24.1
March 7, 2022
Related version: 24.0
Oxygen XML WebHelp version 24.1 is the latest release of the modern XML publishing system that is used to produce stylish WebHelp output from DITA or DocBook source content. This release added some Ant extension points to allow custom tasks to be executed before and after various transformation steps, the context-sensitive help system was optimized, and new transformation parameters were added to help you customize your WebHelp output.
Responsive WebHelp
Implemented Ant Extension Points for WebHelp
Ant target extension points were added to allow custom tasks to be executed
before and after various WebHelp transformation steps. For more details, see Ant Extensions for WebHelp Responsive.
Optimized Context-Sensitive Help
A new page has been added in the output root directory to help speed up the
loading time for context-sensitive help. More specifically, you can now invoke the new
cshelp.html WebHelp system file and pass the
contextId
parameter with a specific value and the WebHelp system will automatically open the help
page associated with the value of the contextId
parameter. The previous
method of invoking the index.html file still works but has been
deprecated and might be removed in a future version.Control the Sticky Layout for Various Components in WebHelp Output
New transformation parameters were added to allow you to control whether or not
certain components remain sticky in the WebHelp output interface:
- webhelp.enable.sticky.topic.toc - Controls whether or not the Topic TOC component remains sticky. The default setting is yes.
- webhelp.enable.sticky.publication.toc - Controls whether or not the Publication TOC component remains sticky. The default setting is yes.
- webhelp.enable.sticky.header - Controls whether or not the Header section remains sticky. The default setting is yes.
Optimized Top Menu
The top menu was optimized by adding a short delay before it is being displayed
to help you avoid accidentally triggering a menu item.