Sha256: f7d14c4369319a52a75e54d902175736c94b001d4bc3d3fb7cfc833dd49bbc13

Contents?: true

Size: 620 Bytes

Versions: 31

Compression:

Stored size: 620 Bytes

Contents

<!--
Description: entry summary content xml:base resets properly on new element
Expect:      bozo and entries[0]['summary_detail']['base'] == u'http://example.com/summary/'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/">
<entry>
  <title type="application/xhtml+xml" xml:base="http://example.com/test/"><div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a></div></title>
  <summary type="application/xhtml+xml" xml:base="http://example.com/summary/"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></summary>
</entry>
</feed

Version data entries

31 entries across 31 versions & 6 rubygems

Version Path
rfeedparser-0.9.9 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.91 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.92 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.93 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.931 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.940 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.950 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-0.9.951 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser-ictv-0.9.931 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser_ictv-0.9.931 tests/illformed/base/entry_summary_xml_base_inherit_3.xml
rfeedparser_ictv-0.9.932 tests/illformed/base/entry_summary_xml_base_inherit_3.xml