File: atom03_feed_entry_contributor_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 (17 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
Description: feed entry contributor - multiple
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
  <entry>
    <contributor>
      <name>Contributor Name 1</name>
      <email>email@example.org</email>
      <uri>http://example.org/1</uri>
    </contributor>
    <contributor>
      <name>Contributor Name 2</name>
      <email>email2@example.org</email>
      <uri>http://example.org/2</uri>
    </contributor>
  </entry>
</feed>