[TIMOB-404] Implement attributes property on documentElement
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:52:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:28:46.000+0000 |
Updated | 2011-04-17T01:52:56.000+0000 |
Description
Mashups => SOAP (soap.js)
I'm not sure what, exactly, this means. The SOAP example works, but never mentions attributes. Putting to the next milestone in the mean time.
Looks like 'attribute' isn't valid on Document nodes, but is everywhere else.
Added test for:
xml.documentElement.attributes.getNamedItem('attribute').nodeValue.
Bug is fixed, which is no surprise because it's ancient.
(from [667109df0cdb46effd21e5d498ef56ccf45c6856]) [#404] Updated XML DOM test to test for xml.documentElements.attributes property. https://github.com/appcelerator/titanium_mobile/commit/667109df0cdb46effd21e5d498ef56ccf45c6856"> https://github.com/appcelerator/titanium_mobile/commit/667109df0cdb...
No errors reported from the mashup.