Thanks Helma this looks like a good solution 
but by going through docs, I can't figure out how this will work for me 
 
this not being possible , 
<meta name="keywords" content="<i18n:text key="coco">coco</i18n:text>
<i18n:text key="kiki">kiki</i18n:text>"/>

I don't see how I can do this 

<jx:macro name="metak">
<jx:parameter name="keys"/>
<jx:evalbody>
</jx:macro>
         
<metak name="keys">
 <i18n:text key="coco">coco</i18n:text>
 <i18n:text key="kiki">kiki</i18n:text>
</metak> 

??? how do I put my keywords into an attribute ?

Thanks for your help 
Tibor 

> Hmm,
> 
> on closer look I see that your are passing something to an attribute.
> Attributes can only be strings. On the other hand, if your <meta ....> is
> actually a jx:macro, you might try this:
> 
> <jx:macro name="meta">
> <jx:param name="name">
> <!-- do something -->
> <jx:evalBody/>
> </jx:macro>
> 
> call it with:
> 
> <meta name="keywords">
> <keyword>one</keyword>
> <keyword>two</keyword>
> </meta>



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

Reply via email to