Toru Marumoto wrote:
> hi,
> 
> Overall, I really like the pace.
> 

Good to hear,

> Two quick questions.
> 
>> 7.2.4 The "app:accept" Element
>> A value of "entry" indicates that Atom Entry Documents can be posted
> to the Collection.
> What if I wanted to post an Atom Feed Document to a collection? As I
> mentioned before, I might want to post multipe entries at a time. In
> that case, media type would be "application/atom+xml" ?
> 

<accept>entry,application/atom+xml</accept> would indicate that both
Atom Entry Documents and Atom Feed Documents would be accepted.

> Is the value of "app:accept" element extensible?
> Let's say I extended the Atom Entry Document using my own namespace.
> Then, Is this (below) appropriate thing to do?
> <accept>entry,MyExtendedEntry</accept>
> 

No, the listing in accept is *only* a listing of media ranges and/or the
"entry" label and determines only what kinds of representations may be
POSTed to the collection.  It does not differentiate between different
types of entries.

- James

Reply via email to