Sha256: a1a6aea21012a78056367f0946e884a2fe21905282feab89f323cd552f2cb490
Contents?: true
Size: 520 Bytes
Versions: 31
Compression:
Stored size: 520 Bytes
Contents
<!-- Description: entry content xml:lang resets properly on new element Expect: bozo and entries[0]['content'][0]['language'] == u'en' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="fr"> <entry> <summary type="application/xhtml+xml" xml:lang="de"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></summary> <content type="application/xhtml+xml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a></div></content> </entry> </feed
Version data entries
31 entries across 31 versions & 6 rubygems