I have some problems with the htmleditor. I'm using it for loading a XML file, modifying some text in it, and then save it.
I'm trying for over 3 days to find a solution, but in vain.
The problems are:
1) The <img src="" /> it's modified in <img src="" > (without the /)
2) Same for the br
3) attributes like "aplicationPath" are modified to "aplicationpath", with lower p
When I save the edited XML, it will be stored with this problems. Is there a way to load the XML file, without being modified?
Even if I copy paste the XML in the 'source edit', it's instantly modified, with the upper problems. And the source edit is unique for every browser.
It overrides the cleanHtml, but the result it's not the expected one . The html it's still instantly modified. And still the source code is unique for every browser. Perhaps i need to override another method ?