enclosure_multiple.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
enclosure_multiple.xml (326B) | |
--- | |
1 <feed> | |
2 | |
3 <entry> | |
4 <link href="https://codemadness.org/a" rel="enclosure" /> | |
5 <link href="https://codemadness.org/b" rel="enclosure" /> | |
6 </entry> | |
7 | |
8 <entry> | |
9 <link href="https://codemadness.org/a" /> | |
10 <link href="https://codemadness.org/b" rel="enclosure" /> | |
11 <link href="https://codemadness.org/c" rel="enclosure" /> | |
12 </entry> | |
13 | |
14 </feed> |