trim_whitespace_content.xml - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
trim_whitespace_content.xml (690B)
---
1 <feed>
2 <entry><content>a</content></entry>
3 <entry><content> a</content></entry>
4 <entry><content>a </content></entry>
5 <entry><content> a </content></entry>
6
7 <entry><content> a
8
9 </content></entry>
10
11 <entry><content><![CDATA[ a ]]></content></entry>
12 <entry><content> <![CDATA[ a ]]> </content></entry>
13
14 <entry><content type="html">a</content></entry>
15 <entry><content type="html"> a</content></entry>
16 <entry><content type="html">a </content></entry>
17 <entry><content type="html"> a </content></entry>
18
19 <entry><content type="html"> a
20
21 </content></entry>
22
23 <entry><content type="html"><![CDATA[ a ]]></content></entry>
24 <entry><content type="html"> <![CDATA[ a ]]> </content></entry>
25 </feed>