File: extension.xml

package info (click to toggle)
rust-atom-syndication 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: xml: 199; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:ext="http://example.com">
	<ext:title type="text">&lt;strong&gt;Title&lt;/strong&gt;</ext:title>
	<ext:parent>
		<ext:child>Child</ext:child>
	</ext:parent>
	<entry>
		<ext:title type="text"> &lt;strong&gt;T<![CDATA[itle</strong>]]>  </ext:title>
		<ext:parent>
			<ext:child>Child</ext:child>
		</ext:parent>
	</entry>
</feed>