Prevent insertion of `buildId` in HTML generated by OxygenXML
Posted: Wed May 28, 2025 10:47 am
Hello,
I have some DITA content that I am publishing to HTML Responsive Webhelp via OxygenXML
For each export, OxygenXML appends the date-time to each import, as a buildId:
The date-time is unique for each publishing run, and can make it appear to our Version Control System that the content has changed - though it hasn't actually.
DITA_OT does not specify the buildId when exporting to HTML - so if none of the content has changed, it's not a new version.
Can the buildId be excluded from HTML imports during the OxygenXML to HTML publishing process?
I have some DITA content that I am publishing to HTML Responsive Webhelp via OxygenXML
For each export, OxygenXML appends the date-time to each import, as a buildId:
Code: Select all
<link rel="stylesheet" type="text/css" href="../../../oxygen-webhelp/template/oxygen.css?buildId=2023042410"/>
DITA_OT does not specify the buildId when exporting to HTML - so if none of the content has changed, it's not a new version.
Code: Select all
<link rel="stylesheet" type="text/css" href="../../../commonltr.css">