On 13 Jan 2005, at 1:28 am, David Powell wrote:

It needs to be like this: (because namespace defaults don't apply to
attributes.)

<feed xmlns="http://purl.org/atom/ns#draft-ietf-atompub-format-04";>
  ...
  <entry>
    <ex:note atom:notation="structured>...</ex:note>
  </entry>
</feed>

That's not valid either, since the atom: namespace hasn't been declared. Relying on fixed Q-names causes problems for some software and is generally bad practice. I actually prefer your wrong example:

    <ex:note notation="structured">...</ex:note>

Graham

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to