Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9278] IOS XML Limitations

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Do
Resolution Date2020-01-09T22:02:43.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsapi
ReporterVishal Duggal
AssigneeUnknown
Created2012-05-25T11:45:06.000+0000
Updated2020-01-09T22:02:43.000+0000

Description

IOS has a lot on limitations in the XML implementation. It is a partial DOM2 implementation. It has no DTD support so notations, entities, entity references may not work at all. Also node mutation is only supported on the Ti.XML.Element so the following methods - appendChild, removeChild, insertBefore and replaceChild, although defined for type Ti.XML.Node will only work for Ti.XML.Element. They will throw an exception on all other kinds of nodes. The prefix property for type Ti.XML.Node is read-write by definition but IOS defines it as read-only. The method normalize is not implemented in IOS.

Comments

  1. Chris Haff 2012-09-15

    This has been open for 4 months and was first noted in the commonity QA one year ago. Why is there no response? I've created a ticket for support based on this same issue. http://support.appcelerator.com/tickets/APP-971557
  2. Alan Hutton 2020-01-09

    This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. If community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.

JSON Source