[TIMOB-20427] The Titanium.XML.CDATASection is not being parsed into the XML correctly when calling Ti.XML.serializeToString on the dom object
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Kai Lu |
Assignee | Unknown |
Created | 2016-01-09T12:12:34.000+0000 |
Updated | 2018-02-28T19:54:57.000+0000 |
Description
The cdatasection node should be translated into the xml tag escaped code:
cdata content
but rather it's parsed incorrectly into the following code:
]]>
In the browser it only shows "]]>" , undesired result.
No comments