author_nested.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
author_nested.xml (91B) | |
--- | |
1 <feed> | |
2 <entry> | |
3 <author> | |
4 <author> | |
5 <name>abc</name> | |
6 </author> | |
7 </author> | |
8 </entry> | |
9 </feed> |