File: atom10_feed_entry_link_multiple.xml

package info (click to toggle)
golang-github-mmcdole-gofeed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 4,468 kB
  • sloc: xml: 2,760; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<!--
Description: entry link - multiple
-->
<feed xmlns="http://www.w3.org/2005/Atom">
	<entry>
		<link href="http://example.org/1" rel="alternate" type="application/xhtml+xml"></link>
		<link href="http://example.org/2" rel="service.post" type="application/atom+xml"></link>
	</entry>
</feed>