On Tue, 27 Nov 2001, Hasanuddin Tamir wrote:

> How about,
>
>     <tmpl_comp name="Some::Component" arg1=value1 arg2=value2 argn=valuen>
>
> There's only one mandatory attribute, that's "name".  All other attributes
> will be passed in to Some::Component.

Or maybe:

     <tmpl_comp name="Some::Component" arg=value1 arg=value2 ...>

Perhaps that could be an optional alternative to:

     <tmpl_comp name="Some::Component" args="value1,value2">

Although it's worth noting that these are not "values" but rather
parameter names.

-sam



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to