Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20427] The Titanium.XML.CDATASection is not being parsed into the XML correctly when calling Ti.XML.serializeToString on the dom object

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterKai Lu
AssigneeUnknown
Created2016-01-09T12:12:34.000+0000
Updated2018-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.

Comments

No comments

JSON Source