<?xml version="1.0"?> 
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"  
	      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 
<env:Body> 

<!--	     xmlns="http://purl.org/atom/ns#"  
sam ruby says the top level is in a ns, then below that default ns. 
seems odd but anyway... i guess it gets binding from the top level for 
default?
-->

  <atom:feed xmlns:atom="http://purl.org/atom/ns#"
   xmlns:foaf="http://xmlns.com/foaf/0.1/"
env:encodingStyle="http://www.w3.org/2003/05/soap-encoding"> 
    <title>dive into mark</title> 
    <link>http://diveintomark.org/</link> 
    <modified>2003-08-05T18:30:02Z</modified> 
    <author xsi:type="foaf:Person"> 
      <name>Mark Pilgrim</name> 
      <foaf:weblog xsi:type="xsd:anyURI">http://diveintomark.org/</foaf:weblog>
    </author> 
    <entry> 
      <title>Atom 0.2 snapshot</title> 
      <link>http://diveintomark.org/2003/08/05/atom02</link> 
      <id>tag:diveintomark.org,2003:3.2397</id> 
      <issued>2003-08-05T08:29:29-04:00</issued> 
      <modified>2003-08-05T18:30:02Z</modified> 
    </entry> 
  </atom:feed> 
  </env:Body> 
</env:Envelope> 

