Show topic contributor name and update/create time

Post here questions and problems related to editing and publishing DITA content.
catherine
Posts: 158
Joined: Fri Nov 10, 2017 8:16 am

Show topic contributor name and update/create time

Post by catherine »

Hi, I have add the author name, create time and revised time in the prolog element.
Can I set to show the author, update time, create time of all the topics in a webhelp output?
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: Show topic contributor name and update/create time

Post by radu_pisoi »

Hi,

For this use case, you need to develop a WebHelp Responsive extension plugin.

The extension plugin can use the XSLT-Import extension points, allowing you to extend the XSLT stylesheets that generate the HTML files.

Example:

Code: Select all


<publishing-template>
...
<webhelp>
...
<xslt>
<extension
id="com.oxygenxml.webhelp.xsl.dita2webhelp"
file="xsl/customDita2Webhelp.xsl"/>
</xslt>
See all WebHelp Responsive XSLT-Import and XSLT-Parameter Extension Points in our documentation.
https://www.oxygenxml.com/doc/versions/ ... mport.html

See also an example: How to Use XSLT Extension Points from a Publishing Template
https://www.oxygenxml.com/doc/versions/ ... mport.html
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply