On Sep 11, 2006, at 4:27 AM, James Aylett wrote:
We've run across a situation where we want to annotate an atom:icon
with a title. Currently we're doing the following, as something that
Feed Validator is happy with, but doesn't feel right:
----------------------------------------------------------------------
<atom:icon>uri:to/icon</atom:icon>
<myns:icon-title xml:lang='en' xmlns:myns='...'>My icon
title</myns:icon-title>
let's assume myns: is declared. Then why not
<icon myns:buddha-nature="high" myns:sizzle="low">icon-uri<icon>
-Tim