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 25.0
Related version: 25.1
Oxygen XML WebHelp version 25.0 is the latest major release for the modern XML publishing system that is used to produce stylish WebHelp output from DITA or DocBook source content. Some of the most interesting enhancements added in this version include the ability to generate Google Structured Data in the output and to control the search support. New transformation parameters were added to specify a custom search engine, to change the default search engine, or to replace the main page with your own custom page. Customization possibilities were added for displaying a custom title in the search results page or for implementing your own custom search filter.
Core
Generate Google Structured Data
Display Custom Title in Search Results
<searchtitle>
element inside the
particular DITA topic (or inside the topic reference within a DITA map). The
<searchtitle>
element is used to specify the title that is
displayed by the search tools that locate the topic. For more details, see How to Display Custom Title in Search Results.Scaling in Image Maps Improved
@scale
attribute on the <imagemap>
element now
scales both the image and its areas, if defined.Replace Main Page With Your Own Custom Page
webhelp.skip.main.page.generation
) can have its value set to
true to instruct the transformation engine to skip the default main
page generation. This is helpful if you want to replace the default main page with a topic
page or any other custom page.Search Engine
Implement Your Own Custom Search Filter
Search Expressions are Preserved in Search Filter
Use a Custom Search Engine
webhelp.fragment.custom.search.engine.script
) can be used to specify
the path to an XHTML file that contains scripts required for a custom search engine that
would replace WebHelp's built-in search engine. For more details, see How to Configure a Custom Search Engine.Change Default Operator for the Search Engine
webhelp.search.default.operator
) makes it possible to change the
default operator for the search engine. If the value is set to and,
multiple word queries result in the search engine only returning results for topics that
contain ALL words. If the value is set to or (default value), multiple
word queries result in the search engine returning results for topics that contain ANY of
the words.