content_prio.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
content_prio.xml (962B) | |
--- | |
1 <feed> | |
2 | |
3 <!-- a --> | |
4 <entry> | |
5 <media:description>c</media:description> | |
6 <summary>b</summary> | |
7 <content>a</content> | |
8 </entry> | |
9 | |
10 <!-- a --> | |
11 <entry> | |
12 <content>a</content> | |
13 <media:description>c</media:description> | |
14 <summary>b</summary> | |
15 </entry> | |
16 | |
17 <!-- a --> | |
18 <entry> | |
19 <content>a</content> | |
20 <content>d</content> | |
21 <media:description>c</media:description> | |
22 <summary>b</summary> | |
23 </entry> | |
24 | |
25 <!-- d --> | |
26 <entry> | |
27 <content>d</content> | |
28 <content>a</content> | |
29 <media:description>c</media:description> | |
30 <summary>b</summary> | |
31 </entry> | |
32 | |
33 <!-- b --> | |
34 <entry> | |
35 <media:description>c</media:description> | |
36 <summary>b</summary> | |
37 </entry> | |
38 | |
39 <!-- content is empty, but it is still used over other tags --> | |
40 <entry> | |
41 <content></content> | |
42 <media:description>c</media:description> | |
43 <summary>b</summary> | |
44 </entry> | |
45 | |
46 <!-- content has only whitespace, but it is still used over other tags -… | |
47 <entry> | |
48 <content> </content> | |
49 <media:description>c</media:description> | |
50 <summary>b</summary> | |
51 </entry> | |
52 | |
53 </feed> |