Module rss2email_lib::xml::atom

source ·
Expand description

Specification

<feed>
  <title></title>
  <updated>ISO.8601</updated>
  <entry>
    <title></title>
    <link href=""/>
    <updated>ISO.8601</updated>
    <published>ISO.8601</published>?
    <summary></summary>?
    <description></description>?
  </entry>
</feed>

Structs§