[ALOY-14] Current XML parsing doesn't handle namespaces
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:02.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-06-08T07:58:41.000+0000 |
Updated | 2014-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]
XML namespacing not currently needed in alloy