velocity-user  

Re: Simple question regarding including double quotes in #set

Claude Brisson
Wed, 18 Oct 2006 01:21:53 -0700

Try this:

#set($q = '"')

#set($keywords = '<meta name=${q}keywords${q} content=${q}information,
xyz, something, $person.name, $person.address${q}/>')


 Claude

Le mercredi 18 octobre 2006 à 13:37 +0530, Manish a écrit :
> How do I include double quotes in the #set variables? This is what I am 
> trying 
> to get working, note that including this in single quotes won't render some 
> variable values that I want.
> 
> #set($keywords = '<meta name="keywords" content="information, xyz, something, 
> $person.name, $person.address"/>')
> 
> TIA,
> - Manish
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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]