[ALOY-935] Update xmldom once upstream implements PR#74
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-02-05T18:54:27.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.4.0 |
| Components | n/a |
| Labels | n/a |
| Reporter | Tim Poulsen |
| Assignee | Tony Lukasavage |
| Created | 2014-01-22T21:40:24.000+0000 |
| Updated | 2014-06-22T13:21:19.000+0000 |
Description
I've submitted a PR to xmldom to fix issues with unclosed comments, which cause an infinite loop during XML parsing. If/once that PR is accepted, update Alloy package dependencies to require the new version.
PR: https://github.com/jindw/xmldom/pull/74
PR submitted: https://github.com/appcelerator/alloy/pull/312
Resolved as a result of ALOY-887