content_summary.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
content_summary.xml (461B) | |
--- | |
1 <feed> | |
2 | |
3 <entry> | |
4 <summary>default: text</summary> | |
5 </entry> | |
6 | |
7 <entry> | |
8 <summary type="html">html</summary> | |
9 </entry> | |
10 | |
11 <entry> | |
12 <summary type="HTML">HTML</summary> | |
13 </entry> | |
14 | |
15 <entry> | |
16 <summary type="xhtml">xhtml</summary> | |
17 </entry> | |
18 | |
19 <entry> | |
20 <summary type="XHTML">XHTML</summary> | |
21 </entry> | |
22 | |
23 <entry> | |
24 <summary type="text">text</summary> | |
25 </entry> | |
26 | |
27 <entry> | |
28 <summary type="TEXT">TEXT</summary> | |
29 </entry> | |
30 | |
31 <entry> | |
32 <summary type="unknown">unknown: text</summary> | |
33 </entry> | |
34 | |
35 </feed> |