Titanium JIRA Archive
Alloy (ALOY)

[ALOY-14] Current XML parsing doesn't handle namespaces

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-07-19T11:52:02.000+0000
Affected Version/s2012 Sprint 14
Fix Version/s2012 Sprint 14
ComponentsXML
Labelsn/a
ReporterTony Lukasavage
AssigneeTony Lukasavage
Created2012-06-08T07:58:41.000+0000
Updated2014-06-22T13:21:07.000+0000

Description

We are still using the HTML parsing grammar and generated parsers for XML parsing. They are working for the prototype, but before we move to a release, we need a more appropriate XML parser that can handle things like namespaces, CDATA tags, etc... There's a number of XML parsing modules available for node.js (and pure JS) found here: [https://github.com/joyent/node/wiki/Modules#wiki-parsers-xml]

Comments

  1. Tony Lukasavage 2012-06-27

    XML namespacing not currently needed in alloy

JSON Source