content_content_noattr.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
content_content_noattr.xml (529B) | |
--- | |
1 <!-- | |
2 4.1.3. The "atom:content" Element | |
3 4.1.3.1. The "type" Attribute | |
4 | |
5 On the atom:content element, the value of the "type" attribute MAY be | |
6 one of "text", "html", or "xhtml". Failing that, it MUST conform to | |
7 the syntax of a MIME media type, but MUST NOT be a composite type | |
8 (see Section 4.2.6 of [MIMEREG]). If neither the type attribute nor | |
9 the src attribute is provided, Atom Processors MUST behave as though | |
10 the type attribute were present with a value of "text". | |
11 --> | |
12 <feed> | |
13 <entry> | |
14 <content>a</content> | |
15 </entry> | |
16 | |
17 </feed> |