title_rfc.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
---
title_rfc.xml (388B)
---
1 <feed>
2
3 <!-- 3.1.1.1. Text -->
4 <entry>
5 <title type="text">
6 Less: <
7 </title>
8 </entry>
9
10 <!-- 3.1.1.2. HTML -->
11 <entry>
12 <title type="html">
13 Less: <em> &lt; </em>
14 </title>
15 </entry>
16
17 <!-- 3.1.1.3. XHTML -->
18 <entry>
19 <title type="xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml">
20 <xhtml:div>
21 Less: <xhtml:em> < </xhtml:em>
22 </xhtml:div>
23 </title>
24 </entry>
25
26 </feed>