Sha256: 59a0639ec5e7a16b742cba364dd6acd3041f42888bc4d001e5d745ea7973c83c

Contents?: true

Size: 1.31 KB

Versions: 24

Compression:

Stored size: 1.31 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>
		<ex:simple-with-dash>Simple with dash Value</ex:simple-with-dash>
    <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

24 entries across 24 versions & 3 rubygems

Version Path
ratom-instructure-0.6.9 spec/fixtures/entry_with_simple_extensions.atom
ratom-0.6.9 spec/fixtures/entry_with_simple_extensions.atom
ratom-0.6.8 spec/fixtures/entry_with_simple_extensions.atom
ratom-0.6.7 spec/fixtures/entry_with_simple_extensions.atom