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>

HTH.

Bye, Helma

> -----Original Message-----
> From: oceatoon [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 19 November, 2004 11:10
> To: [EMAIL PROTECTED]
> Subject: RE: JXTemplate jx:set ???
> 
> 
> Hi Helma
> 
> I tried this but with no result, I still get the Object of 
> the body and not the content. Also when I try to apply 
> specific methods (like getNodeValue) on this w3c.Node Object, 
> I get an empty result??? Has anybody managed to get the 
> jx:set body to be used 
> 
> Thanks for the help
> Tibor
> 
> [EMAIL PROTECTED] wrote:
> 
> > Have you tried changing the name of either the meta tag or the var 
> > name to something else?
> > 
> >> but now I need to do this:
> >> <jx:set var="keywords">fssgffdgfdg sdfqfqs qfsdqq</jx:set> <meta 
> >> name="keywords" content="${keywords}"/>
> > 
> > <jx:set var="keyws">fssgffdgfdg sdfqfqs qfsdqq</jx:set>
> > <meta name="keywords" content="${keyws}"/>
> > 
> > I'm not too familiar with JXTemplate but it could be a conflict of 
> > names.
> > 
> > HTH.
> > 
> > Bye, Helma
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to