|
|
content_content_type_case.xml - sfeed_tests - sfeed tests and RSS and Atom files |
|
|
 |
git clone git://git.codemadness.org/sfeed_tests (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
|
content_content_type_case.xml (245B) |
|
|
|
--- |
|
|
|
1 <feed> |
|
|
|
2 <entry> |
|
|
|
3 <content type="PLAIN">plain</content> |
|
|
|
4 </entry> |
|
|
|
5 |
|
|
|
6 <entry> |
|
|
|
7 <content type="HTML">html</content> |
|
|
|
8 </entry> |
|
|
|
9 |
|
|
|
10 <entry> |
|
|
|
11 <content type="TEXT/HTML">html</content> |
|
|
|
12 </entry> |
|
|
|
13 |
|
|
|
14 <entry> |
|
|
|
15 <content type="TEXT/PLAIN">plain</content> |
|
|
|
16 </entry> |
|
|
|
17 |
|
|
|
18 </feed> |
|