- From: Marcos Caceres <marcosscaceres@gmail.com>
 - Date: Thu, 13 Mar 2008 22:17:34 +1000
 - To: "SUZANNE Benoit RD-SIRP-ISS" <benoit.suzanne@orange-ftgroup.com>
 - Cc: public-appformats@w3.org
 
Hi Benoit,
>  The name element will allow to use special caracters ("&" or others)
>  The url element would allow the url to propose parameters to go directly to
> the widget's url page as opposed to the companie's home url.
>  Addind the icon element within the author also alows to distinguish the
> widget icon from the author icon.
I don't understand. This would not be well formed:
<author>
<name>Tom & Jerry</name>
</author>
In either case, you would need an entity reference (&):
<author>
<name>Tom & Jerry</name>
</author>
<author url="http://example.com?a=b&c=d" .../>
Kind regards,
Marcos
-- 
Marcos Caceres
http://datadriven.com.au
Received on Thursday, 13 March 2008 12:26:45 UTC