{ "id": "60896", "key": "TIMOB-264", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:26:23.000+0000", "created": "2011-04-15T02:26:21.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ajax", "version", "xmlparsing" ], "versions": [], "issuelinks": [], "assignee": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T21:10:37.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

$(document).ready(function() {

\n
\n        $.ajax({\n            type: \"GET\",\n            url: \"tutorial.xml\",\n            dataType: \"xml\",\n            success: parseXml\n        });\n\n    });\n
\n

I am using the above code for parsing the xml file using jquery,\nThe code doesnt seem to work.I am using Titanium 0.7 version on Mac\nfor iphone as well as andriod apps . Do i need to use 0.7.2 sdk for\nthis to work? Guide me for the same.

{html}", "attachment": [], "flagged": false, "summary": "Which version supports $.ajax", "creator": { "name": "hirva", "key": "hirva", "displayName": "Hirva", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "hirva", "key": "hirva", "displayName": "Hirva", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "123033", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Closing as invalid. Support issues belong on the support\nsite.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:26:23.000+0000", "updated": "2011-04-15T02:26:23.000+0000" }, { "id": "410510", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T21:10:37.000+0000", "updated": "2017-03-09T21:10:37.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }