Pascal Philippe wrote:
For example, in a web blog entry, I can have more than one components. A web blog entry can be, as example, a picture (encoded in base64) with a text. How can I represent this using the Atom syntax?
If you want the image to appear inline, you can include it as an HTML (or XHTML) img tag within the atom:content element. Alternatively, if it would be better represented as an attachment you can include it as an enclosure (an atom:link element with the rel attribute set to "enclosure").
Regards James
