In this example, can anything intelligent be said about the various
different locations? Is my intent clear, or are there clear ambiguities?

<feed ...>
  ...
  <geo:coords>location#1</geo:coords>
  <author>
    <name>foo</name>
    <geo:coords>location#2</geo:coords>
  </author>
  <entry>
    <author>
      <name>foo</name>
      <geo:coords>location#3</geo:coords>
    </author>
    <geo:coords>location#4</geo:coords>
    <content>...</content>
    ...
  </entry>
</feed>

e.

Reply via email to