Sha256: 3b9e44acba837dde504e2091009d1e03a6dc3a93f91bed4fd702471bf256f0d1
Contents?: true
Size: 559 Bytes
Versions: 31
Compression:
Stored size: 559 Bytes
Contents
<!-- Description: feed tagline content xml:base inherits properly on new element Expect: not bozo and feed['tagline_detail']['base'] == u'http://example.com/parent/' --> <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"><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