Login Register

dojox.data.AtomReadStore

Note: available from v1.1 and later
AtomReadStore parses and makes available data stored in Atom XML documents. Atom is a standard for transferring data via XML, similar to RSS but far more powerful.
The AtomReadStore loads a remote Atom XML document from the URL provided to it, and then makes its data available. It supports the following item attributes, mostly taken directly from the Atom specification.

To Be Completed