File: atom03_feed_entry_summary_xhtml_escaped_markup.xml

package info (click to toggle)
golang-github-mmcdole-gofeed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,468 kB
  • sloc: xml: 2,760; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<!--
Description: feed entry summary - xhtml w/ escaped markup
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
  <entry>
    <summary type="application/xhtml+xml"><div xmlns="http://www.w3.org/1999/xhtml">&lt;p&gt;Entry Summary&lt;/p&gt;</div></summary>
  </entry>
</feed>