Instead of the big section on escaping, perhaps the documentation should have the great workaround we have.
#set($q='""') #set($d='$') Then when you need the special character, use $q or $d instead of figuring out escaping and using double quotes or dollar sign directly. Barbara Baughman X2157 On Mon, 13 Nov 2006, Fabio Canepa wrote: > Hello, > I'm trying to #set a reference to a string literal containing a " > (double quote) character. How can I escape it? > Sorry, I haven't found anything about this in the user guide, and '\' > seems not working with double quotes. > > Regards, > Fabio > > --------------------------------------------------------------------- > 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]
