Re: [Widgets] confi.xml - author element

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 (&amp;):

<author>
<name>Tom &amp; Jerry</name>
</author>

<author url="http://example.com?a=b&amp;c=d" .../>

Kind regards,
Marcos
-- 

Marcos Caceres
http://datadriven.com.au

Received on Thursday, 13 March 2008 12:26:45 UTC