author_email.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
author_email.xml (160B) | |
--- | |
1 <!-- | |
2 e-mail is not parsed as part of the name. | |
3 --> | |
4 <feed> | |
5 <entry> | |
6 <author> | |
7 <name>a</name> | |
8 <email>[email protected]</email> | |
9 </author> | |
10 </entry> | |
11 </feed> |