| Issue 8: | Escape characters | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Creating an element that has a html string (eg.: RichTextEditor) 2. In the String property of an object, put the richTextEditor.htmlText 3. Serialize-it What is the expected output? What do you see instead? When I use the SimpleXMLEncoder, it creates escape characters in the htmlString, for special symbols, like html markup. In other hand, using the Flexxb engine, it throws a TypeError: Error #1088, where it means an invalid XML document What version of the product are you using? On what operating system? Flex 3.3 FlexXB 1_0-24032009 Please provide any additional information below. There is a way to put CDATA information in an element? If so, maybe this problem can be fixed using it. Otherwise, could I tell to engine to change some symbols to escape chars?
Mar 31, 2009
Project Member
#1
alex.id....@gmail.com
Status:
Accepted
Mar 31, 2009
I created a fix for this issue in case of element by encasing the string in CDATA tags. I will duplicate this for array elements. I will release at the end of the week a 1.0.1 version of FlexXB that will contain this and a few other fixes to the xml serialization process.
Apr 2, 2009
Fixed for elements and arrays
Status:
Fixed
Dec 11, 2009
(No comment was entered for this change.)
Status:
Done
Dec 28, 2009
(No comment was entered for this change.)
Status:
Verified
|