[TIMOB-1086] XML Parsing
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-12-19T10:19:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.8.0.1 |
Components | iOS |
Labels | dom, feature, ios, iphone, xml |
Reporter | Ralf Pfeiffer |
Assignee | Stephen Tramer |
Created | 2011-04-15T02:43:42.000+0000 |
Updated | 2017-03-24T18:39:12.000+0000 |
Description
We have a request to fix our DOM xml functionality. See the helpdesk ticket for reference.
http://helpdesk.appcelerator.net/tickets/2819">http://helpdesk.appcelerator.net/tickets/2819
Problem
App stops / crashes at "semi-random" points without giving any error-message, after getting the XML object script crawls over the given XML Object and tries to create a real Object. So to speak parsing is returning an empty object and crashes.Tested on
Simulator iOS 4.3Repro sequence
Console Output
{noformat} [INFO] Titanium SDK version: 1.7.1 [INFO] iPhone Device family: universal [INFO] iPhone SDK version: 4.3 [INFO] iPhone simulated device: iphone [DEBUG] executing command: /usr/bin/killall iPhone Simulator [DEBUG] No matching processes belonging to you were found [DEBUG] finding old log files [DEBUG] executing command: mdfind -onlyin /Users/egomez/Library/Application Support/iPhone Simulator/4.3 -name 60568302-d2e0-4b16-8467-ed4a6c54c034.log [INFO] Launching application in Simulator [INFO] Launched application in Simulator (12.05 seconds) [DEBUG] executing command: xcodebuild -version [DEBUG] Xcode 4.0.2 [DEBUG] Build version 4A2002a [INFO] Found 4.3.2 patch installed [INFO] Application started [DEBUG] reading stylesheet from: /Users/egomez/Library/Application Support/iPhone Simulator/4.3.2/Applications/50DD44C4-A986-4AE6-9602-4695BDC53B15/Ticket9779.app/stylesheet.plist [INFO] Ticket9779/1.0 (1.7.1.1293a6d) [DEBUG] Analytics is enabled = YES [DEBUG] loading: /Users/egomez/Documents/Titanium Studio Workspace/Ticket9779/Resources/app.js, resource: Users/egomez/Documents/Titanium Studio Workspace/Ticket9779/Resources/app_js [DEBUG] include url: file://localhost/Users/egomez/Documents/Titanium%20Studio%20Workspace/Ticket9779/Resources/ccdsRestHandler.js [DEBUG] loading: /Users/egomez/Documents/Titanium Studio Workspace/Ticket9779/Resources/ccdsRestHandler.js, resource: Users/egomez/Documents/Titanium Studio Workspace/Ticket9779/Resources/ccdsRestHandler_js [INFO] ccdsRestHandler ccdsQuery-func CAMPINGPLATZ,1,false,40 [INFO] $rest_url : http://www.vcwmv.de/ccds_extensions/ccdsModules/ccdsREST/index.php?action=0&ccdsclass=CAMPINGPLATZ&lang_id=1&limit=40 [DEBUG] application booted in 22.933006 ms [INFO] RESTclient.onload loaded [DEBUG] App Spec:Associated HD ticket
http://appc.me/c/APP-147769Additional info
Let me know please if further data is required or this issue should be opened at a different Jira report, thanks.Fixed in the 1.8.0.1 release. Duplicate of many other tickets about XML functionality.
Closing ticket as duplicate with reference to the linked issues.