content_mediadescription.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
content_mediadescription.xml (302B) | |
--- | |
1 <feed> | |
2 <entry> | |
3 <media:description>a</media:description> | |
4 </entry> | |
5 <entry> | |
6 <media:description type="html">HTML</media:description> | |
7 </entry> | |
8 <entry> | |
9 <media:description type="html">XHTML</media:description> | |
10 </entry> | |
11 <entry> | |
12 <media:description type="text">text</media:description> | |
13 </entry> | |
14 </entry> | |
15 </feed> |