Page 1 of 1
5-star Rating to Percentage Rating
Posted: Thu May 09, 2013 6:24 pm
by cbgarcia
How do I change the 5-star rating in webhelp to a percentage rating? Your help is greatly appreciated.
Thank you.
Re: 5-star Rating to Percentage Rating
Posted: Fri May 10, 2013 10:29 am
by sorin_ristache
Hi,
There is no parameter for changing the rating to other kind of rating, for example based on a percentage. The stars could be converted to a percentage number but you would have to edit the code in [Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\dita2webhelp.xsl that creates the element <ul class="stars">and also the CSS stylesheet in [Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\csswebhelp_topic.css that styles that XHTML element ul based on the class attribute.
Regards,
Sorin
Re: 5-star Rating to Percentage Rating
Posted: Fri May 10, 2013 3:56 pm
by cbgarcia
Thanks, Sorin. I hope someone can provide this customization in the code.