Editing"Webhelp output generated by oXygen" text

P4jjb
Posts: 32
Joined: Tue Dec 18, 2012 3:22 am

Editing"Webhelp output generated by oXygen" text

Post by P4jjb »

Hi Radu and Sorin,

For DocBook 5 WebHelp output, how can I edit the default footer text and image "WebHelp output generated by oXygen XML Editor"?
I've looked in the com.oxygenxml.webhelp and webhelp directories but still can't figure out where to change this.

Thanks
P4jjb
Posts: 32
Joined: Tue Dec 18, 2012 3:22 am

Re: Editing"Webhelp output generated by oXygen" text

Post by P4jjb »

Looked around for DocBook WebHelp documentation but this wiki link is broken.
http://wiki.docbook.org/WebHelp

I'll keep looking, but appreciate any help. :D
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Editing"Webhelp output generated by oXygen" text

Post by sorin_ristache »

Hi,

You will not find the DocBook Webhelp transformation on the DocBook wiki because it is a transformation added by Oxygen, not coming with the Docbook XSL distribution, and we did not add anything on the DocBook wiki about this transformation.

Starting with Oxygen 14.2 which we released yesterday there are two parameters that control the footer and that you can set in the dialog box for editing a Docbook transformation:
  • webhelp.footer.include - the default value is yes, if the value is no there will be no footer included in every page; you should leave it yes.
  • webhelp.footer.file - the default value is empty which means the built-in footer is appended to each page; for replacing it with your own footer just set the path to your custom footer file, which should be a well-formed XHTML fragment.

Regards,
Sorin
Post Reply