<content>
-
Definition: Content is the body of an entry.
Comments: Content may be empty. Content can be of any media type, including multipart content. Content may be empty when other metadata elements provide the definition of the entry.
Examples:
<content type="application/xhtml+xml" xml:lang="en-us" rel="fragment"> <p xmlns="...">Hello, <em>weblog</em> world! 2 < 4!</p> </content>
<content type="audio/mpeg" src="http://example.org/blog/commentary.mp3" />
<content type="multipart/alternative">
<content type="image/jpeg" encoding="base64">
xo+Hello0AFWeblogh5FWorldh1mImagedsTbrVbF3
</content>
<content type="text/html" xml:lang="en-us" mode="escaped" rel="fragment">
<![CDATA[<p>Hello, <em>weblog</em> world! 2 < 4!</p>]]>
</content>
<content type="application/xhtml+xml" xml:lang="en-us" rel="fragment">
<p xmlns="http://www.w3.org/1999/xhtml">
Hello, <em>weblog</em> world! 2 < 4!</p>
</content>
</content>
content, ContentDiscussion, ContentAndPermalink, MultipleContentDiscussion, MimeContent, EscapedHtmlDiscussion, ContentProblems, ComponentBlog, AdaptiveBlogosphere
