Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1087] XML CData parsing issue

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2013-11-17T06:28:59.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsiOS
Labelsxml
Reporterctredway
AssigneeReggie Seagraves
Created2011-04-15T02:43:43.000+0000
Updated2013-11-17T06:28:59.000+0000

Description

A customer reported on the helpdesk that this feed, http://www.atlasquest.com/api/1.0/search.html?gTypeId=1&;gCache=1&gName=Christmas%20Letter%20box, causes a null in a xhr request responseText and responseXML, which I was able to produce. I found that this feed and lines of plus signs (+) in one of the cdata blocks. I took the +'s out and the feed works. I am not sure if this is a parsing issue on our side or if this would break other parsers. This feed, http://www.atlasquest.com/api/1.0/search.html?gTypeId=1&;gCache=1&gName=Yuri, works just fine but it does not have all the +'s. See this ticket as a reference. http://helpdesk.appcelerator.net/tickets/2897

Comments

  1. Greg Pierce 2011-04-15

    FYI, this is a show stopper holding up an app that is otherwise ready for release, so anything you can do to get this would be appreciated.
  2. Jeff Haynie 2011-04-15

    from /projects/32238/changesets/197ecd74ff66aac7319ce2179af63bd1d4513dda, Ticket #108 fixed problem in XML parsing related to inline encoding on xml document http://github.com/appcelerator/titanium_mobile/commit/197ecd74ff66aac7319ce2179af63bd1d4513dda

JSON Source