ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 Special characters embedded in data

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Message:

* HTML is ON
* Forum Code is OFF
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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?

ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page