Thanks for this. Sorry it took me a while to respond - I didn't get an
email about this message for some reason. Anyway, it's fixed in the
latest release, and your test script below works properly in the latest
release.
James
On Wed Feb 14 18:33:20 2007, clee wrote:
Show quoted text> I wasn't the one who created the original ticket, but I have encountered
> the same problem. Here's an example that illustrates this:
>
> INPUT:
> ------------------------------------------------------------
> <!--#set var="OUTER" value="0" -->
> <!--#set var="INNER" value="1" -->
> <!--#if expr="$OUTER" -->
> <!--#if expr="$INNER" -->
> foo
> <!--#endif -->
> bar
> <!--#else -->
> baz
> <!--#endif -->
> ------------------------------------------------------------
>
> OUTPUT:
> ------------------------------------------------------------
>
>
>
> bar
>
> baz
>
> ------------------------------------------------------------
>
> Attached is a patch to fix this. The patch also fixes the typo for
'atfile'.
Show quoted text>
> Hope that helps,
> Cliff