• 2025

    26.1
    Version 26.1 - March 25, 2024
  • 2024

    26.0
    Version 26.0 - October 11, 2023
  • 25.1
    Version 25.1 - March 16, 2023
  • 2023

    25.0
    Version 25.0 - October 13, 2022
  • 24.1
    Version 24.1 - March 7, 2022
  • 2022

    24.0
    Version 24.1 - March 7, 2022
    Version 24.0 - October 18, 2021
  • 23.1
    Version 23.1 - March 4, 2021
  • 2021

    23.0
    Version 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.1
    Version 21.1 - May 23, 2019
  • 21.0
    Version 21.1 - May 23, 2019
    Version 21.0 - February 22, 2019
  • 2019

    20.1
    Version 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 25.1

March 16, 2023

Related version: 25.0    

Oxygen XML WebHelp version 25.1 is a minor release for the modern XML publishing system that is used to produce stylish WebHelp output from DITA or DocBook source content.

This release added a new parameter for excluding topic IDs from context-sensitive help, a new parameter to disable the generation of index terms, a new extension point to help you fine-tune the XSLT transformation that generates the mapping for context-sensitive help, and the JQuery library that comes bundled with WebHelp is now accessible in the browser's global context enabling developers to use it. This release also includes various bug fixes and security enhancements.

Core

Exclude Topic IDs from Context-Sensitive Help

Oxygen WebHelp's context-sensitive help relies on a mapping between an ID and the path of the HTML output page. The value of this ID is computed from the resourceid element or from the topicid element (as a fallback if the resourceid is missing). A new parameter (webhelp.csh.disable.topicID.fallback) allows you to change this behavior and instruct the WebHelp transformation to only use the value found in the resourceid element.

Fine-Tune Context-Sensitive Help Mapping

The new extension point com.oxygenxml.webhelp.xsl.contextHelpMap allows you to add custom XSLT code to modify the XSLT transformation that generates the mapping between an ID and the path of an HTML output page used for context sensitive help.

Disable Index Terms

The webhelp.show.indexterms.link parameter can be used to disable the generation of index terms. If set to false, index terms are not generated and the index terms page is not available in the output.

JQuery Library Available in Global Context

The JQuery library that comes bundled with WebHelp is now accessible in the browser's global context so that developers have access to use it.