File: feed_title_xml_base_inherit_2.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 (6 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
<!--
Description: feed title content xml:base overrides parent element
-->
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://example.com/parent/">
  <title type="html" xml:base="http://example.com/test/">Example <a href="test.html">test</a></title>
</feed>