[TIMOB-27144] Windows: Rewrite Ti.XML with native API
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 8.0.0 |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2019-06-11T01:47:40.000+0000 |
| Updated | 2019-06-11T01:47:40.000+0000 |
Description
Rewrite entire
Ti.XML interfaces with native UWP API (Windows.Data.Xml.Dom). Currently we are using JavaScript implementation for it and some functions are missing there such as XPath support.
No comments