"Geir Magnusson Jr." wrote:
>
> Summary : I think the only changes a template author should have to make
> to a template's contents is the addition of the VTL references and
> directive structures, and I think this does it. Does this work? Did I
> miss anything? All comments welcome (the sooner the better...)
This looks weird: #set $foo = [ "that\'s", "this" ]
You wouldn't need the escape in Java code, since an apostrophe is a
regular character inside of a String literal.
Other than that, I think that only requiring escapes of directives makes
sense. At the very least, a backslash without any content in the
following character should show up as a backslash. :)
--
Daniel Rall <[EMAIL PROTECTED]>