#5924 closed defect (fixed)
Add a dojo.data read implementation for Atom XML documents
Reported by: | sos | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Data | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A useful addition to dojox.data would be a data store to read and iterated over Atom XML documents. I have written an initial implementation, complete with unit tests, see the patch file attached.
Thanks
Shane O'Sullivan
Attachments (4)
Change History (11)
Changed 13 years ago by
Attachment: | dojox.data.AtomReadStore.patch added |
---|
Changed 13 years ago by
Attachment: | dojox.data.AtomReadStore_2.patch added |
---|
Updated version that supports HTML escaping
comment:1 Changed 13 years ago by
Component: | DojoX Data → Data |
---|
comment:2 Changed 13 years ago by
The currently supplied version has a bug in Internet Explorer. I'll supply an updated one soon
Changed 13 years ago by
Attachment: | dojox.data.AtomReadStore3.patch added |
---|
Atom store with extra validations and fixed to work with IE 6 and 7
Changed 13 years ago by
Attachment: | dojox.data.AtomReadStore4.patch added |
---|
Minor cleanup on the impl + extended tests slightly.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13026]) Adding in Shane O'Sullivan's AtomReadStore? submission after testing, improving a few of the tests, and cleaning up a couple API problems. fixes #5924 !strict
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Patch to implement an AtomReadStore?