On 13/2/06 6:53 PM, "James M Snell" <[EMAIL PROTECTED]> wrote:
did you mean to write: > POST /entry-collection-uri HTTP/1.1 > [...] > <content type="image/jpeg" > src="cid:thephoto" /> > </entry> > [...] to match up with... > GET /entries/1 > > (returns) > > <entry> > <id>...</id> > <title>My Trip To Torino</title> > <summary>Shaun White laying down massive airs</summary> > <updated>...</updated> > <author><name>jasnell</name></author> > <content type="image/jpeg" > src="http://example.org/photos/shaun_airs.jpg" /> > </entry> > > ?? e.
