> In v3 the parser configuration (start/end tag, interpolate flags, etc) can
> indeed be block scoped.  Not sure of the syntax, but probably something like
> this:
>
>   [% PARSE
>        start_tag   = '[*'
>        end_tag     = '*]'
>        interpolate = 1
>   %]
>
>      ...
>
>   [% END %]

Er, doesn't that have to be

    [% PARSE
         start_tag   = '[*'
         end_tag     = '*]'
         interpolate = 1
    %]

    ....  (tags like [% this %] arn't executed, [* these *] are)

    [* END *]

    ....  (tags like [* this %] arn't executed, [* these *] are)

Later.

Mark.

-- 
  Mark Fowler
  Technology Developer
  http://www.indicosoftware.com/




Reply via email to