Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Support external content references in rAtom #10

Closed
wants to merge 2 commits into from

Conversation

lukfugl
Copy link
Contributor

@lukfugl lukfugl commented Sep 29, 2011

A <content> element in an Atom entry may have a 'src' attribute that points to an external location for that content, rather than placing the content inline (as a child of the <content> element). rAtom should support capturing these flavors of content with access to the src attribute. For example, Google Docs lists documents as Atom feeds, and the <content> tags of the entries have src attributes that point at a URL to download the document.

a <content> element in an Atom entry may have a 'src' attribute that
points to an external location for that content, rather than placing
the content inline (as a child of the <content> element). support
capturing these flavors of content with access to the src attribute.
this is particularly useful for google docs api integration (which is
atom based).
just until our necessary changes get incorporated back into the
mainstream
@seangeo seangeo closed this in c086d02 Oct 14, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants