Sha256: 44e57041c4fc327420cb138c1f0a84abb1c70c4b973800161ca64bc113178643

Contents?: true

Size: 581 Bytes

Versions: 31

Compression:

Stored size: 581 Bytes

Contents

<!--
Description: feed info content xml:base resets properly on new element
Expect:      not bozo and feed['info_detail']['base'] == u'http://example.com/info/'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/">
  <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>
  <info type="application/xhtml+xml" xml:base="http://example.com/info/"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></info>
</feed>

Version data entries

31 entries across 31 versions & 6 rubygems

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