Sha256: ea315d876a9bab17d1a1626141716e7bc61785c059dc9d441ad09da61e10b26f

Contents?: true

Size: 1.12 KB

Versions: 25

Compression:

Stored size: 1.12 KB

Contents

<?xml version="1.0" encoding='utf-8'?>
<service xmlns="http://www.w3.org/2007/app"
         xmlns:atom="http://www.w3.org/2005/Atom"
         xml:base="http://example.org/">
  <workspace>
    <atom:title>Main Site</atom:title>
    <collection
        href="/blog/main" >
      <atom:title>My Blog Entries</atom:title>
      <categories
         href="/cats/forMain.cats" />
    </collection>
    <collection
        href="http://example.org/blog/pic" >
      <atom:title>Pictures</atom:title>
      <accept>image/png</accept>
      <accept>image/jpeg</accept>
      <accept>image/gif</accept>
    </collection>
  </workspace>
  <workspace>
    <atom:title>Sidebar Blog</atom:title>
    <collection
        href="http://example.org/sidebar/list" >
      <atom:title>Remaindered Links</atom:title>
      <accept>application/atom+xml;type=entry</accept>
      <categories fixed="yes">
        <atom:category
          scheme="http://example.org/extra-cats/"
          term="joke" />
        <atom:category
          scheme="http://example.org/extra-cats/"
          term="serious" />
      </categories>
    </collection>
  </workspace>
</service>

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
ratom-nokogiri-0.10.11 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.10 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.9 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.8 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.7 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.6 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.5 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.4 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.3 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.2 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.1 spec/app/service_xml_base.xml
ratom-nokogiri-0.10.0 spec/app/service_xml_base.xml
ratom-0.9.0 spec/app/service_xml_base.xml
ratom-0.8.2 spec/app/service_xml_base.xml
ratom-0.8.1 spec/app/service_xml_base.xml
ratom-0.8.0 spec/app/service_xml_base.xml
ratom-0.7.2 spec/app/service_xml_base.xml
ratom-0.7.1 spec/app/service_xml_base.xml
ratom-0.7.0 spec/app/service_xml_base.xml
ratom-0.6.10 spec/app/service_xml_base.xml