UserPreferences

EchoInSoap


Or, alternatively embedded in a SOAP 1.2 Envelope

[TimBray] Out of scope?

[TimothyAppnel] I think so.

<Envelope xmlns="...">
  <Header>
    <source xmlns="...">
      <name>snellspace.com</name>
      <permalink>http://www.snellspace.com/blog</permalink>
      <description>re-al-i-ty: a leaky abstraction of the surreal</description>      
    </source>
  </Header>
  <Body>
    <entry id="...">...</entry>
    <entry id="...">...</entry>
    <entry id="...">...</entry>
  </Body>
</Envelope>

[JamesSnell] Out of scope, yes, but worth considering as a future item. The point here is that I think the feed should not necessarily be a container for the entry elements. I'd like to be able to separate them as I do in the example above. But, my DegreeOfHappiness decreases only slightly by making feed the parent of the entry elements.

<feed xmlns="...">
  <name>snellspace.com</name>
  <permalink>http://www.snellspace.com/blog</permalink>
  <description>re-al-i-ty: a leaky abstraction of the surreal</description>
  <entry id="...">...</entry>
  <entry id="...">...</entry>
  <entry id="...">...</entry>
</feed>

[DeveloperDude] PSSAPI You can start using this API now with RSS and I'll mold it into Pie/Echo as it progresses.


CategoryArchitecture, CategorySyntax, CategoryApi