Sha256: ae27be861c8aae9366ed25309991400886bb9dffbe6d94a7de4327363f58dd2b
Contents?: true
Size: 586 Bytes
Versions: 31
Compression:
Stored size: 586 Bytes
Contents
<!-- Description: feed tagline content xml:base resets properly on new element Expect: bozo and feed['tagline_detail']['base'] == u'http://example.com/test/' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/"> <info type="application/xhtml+xml" xml:base="http://example.com/info/"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></info> <tagline 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></tagline> </feed
Version data entries
31 entries across 31 versions & 6 rubygems