Sha256: 07c35781d7bc1aeeb19dc514cc19d8fa517f8089cde262066466da5a1b400f4b
Contents?: true
Size: 583 Bytes
Versions: 31
Compression:
Stored size: 583 Bytes
Contents
<!-- Description: entry title content xml:base inherits properly on new element Expect: not bozo and entries[0]['title_detail']['base'] == u'http://example.com/parent/' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/"> <entry> <summary type="application/xhtml+xml" xml:base="http://example.com/info/"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></summary> <title type="application/xhtml+xml"><div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a></div></title> </entry> </feed>
Version data entries
31 entries across 31 versions & 6 rubygems