Import HTML code without converted special characters
Posted: Mon Sep 01, 2014 1:58 pm
Hello,
I'm using the RVHTMLImporter for importing HTML code. Now, I have the problem that the code I want to import includes non-converted special characters.
For example:
So, if I try to import the above code I will get a ';' at the end of the string (what's totally wrong).
Is there any option to turn this converting off?
I found the part in the code that is inserting that character but I don't want to modify the component directly.
Best regards
Testo
I'm using the RVHTMLImporter for importing HTML code. Now, I have the problem that the code I want to import includes non-converted special characters.
For example:
Code: Select all
<p align=center>Test & Test</p>
Is there any option to turn this converting off?
I found the part in the code that is inserting that character but I don't want to modify the component directly.
Best regards
Testo