Sha256: 13a6458515778d96c78d437323e58c0d2fdebf45c6bdf32b3e8faacee92cc118

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:ex="http://example.org/example" xmlns:ex2="http://example2.org/example2" xmlns:ex3="http://example.org/example3">

  <title>Example Feed</title> 
  <link href="http://example.org/"/>
  <updated>2003-12-13T18:30:02Z</updated>
  <author> 
    <name>John Doe</name>
  </author> 
  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
  <ex:simple1>Simple1 Value</ex:simple1>
  <ex:simple-empty/>
  <ex:title>Extension Title</ex:title>
  
  <entry>
    <title>Atom-Powered Robots Run Amok</title>
    <link href="http://example.org/2003/12/13/atom03"/>
    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
    <content type="html">This &lt;em&gt;is&lt;/em&gt; html.</content>
    <updated>2003-12-13T18:30:02Z</updated>
    <summary>Some text.</summary>
    <ex:simple1>Simple1 Entry Value</ex:simple1>
    <ex:simple2>Simple2</ex:simple2>
    <ex:simple2>Simple2a</ex:simple2>
    <ex2:simple1>Simple Entry Value (NS2)</ex2:simple1>
    <ex3:simple3><ContinuityOfCareRecord xmlns="urn:astm-org:CCR">Simple Entry Value (NS2)</ContinuityOfCareRecord></ex3:simple3>
    <category term="atom" scheme="http://example.org" label="Atom" ex:attribute="extension" />
  </entry>

</feed>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ratom-ssl-0.1.0 spec/fixtures/entry_with_simple_extensions.atom
ratom-0.6.6 spec/fixtures/entry_with_simple_extensions.atom
ratom-ssl-0.0.0 spec/fixtures/entry_with_simple_extensions.atom
ratom-0.6.5 spec/fixtures/entry_with_simple_extensions.atom
ratom-0.6.4 spec/fixtures/entry_with_simple_extensions.atom