T O P I C R E V I E W |
keith |
Posted - 01/24/2012 : 12:30:46 We have a site with the following description against a Product. 'LPG DOMESTIC HOSE® ASSY'.
When displayed in ReportPortal the HTML this appears as 'LPG DOMESTIC HOSEŽ ASSY'.
Due to the translation of ® to the Registered Trademark symbol.
Is there a setting in ReportPortal or IE which can force the actual text to be displayed? |
3 L A T E S T R E P L I E S (Newest First) |
admin |
Posted - 01/24/2012 : 20:31:42 The easiest way to do this is to modify the XLT file (C:\inetpub\wwwroot\ReportPortal\olap\xsl\1.xsl") and to remove disable-output-escaping="yes"
http://www.w3schools.com/xsl/el_value-of.asp
A harder way would be change the cube to return & instead of &.
The ideal solution is to have a report option to enable HTML output escaping. This feature is on our wish list. |
keith |
Posted - 01/24/2012 : 20:16:20 Olap |
admin |
Posted - 01/24/2012 : 13:29:48 Which report type are you using: SQL or OLAP? |