Perhaps this is documented somewhere, but we were all a bit surprised
here to encounter some odd problems with the <if> and <else> tags. In
particular, it seems that nothing may come between the (closing) </if>
and the (opening) <else> tags. If you do this, the code within the
<else> tag is displayed.
here to encounter some odd problems with the <if> and <else> tags. In
particular, it seems that nothing may come between the (closing) </if>
and the (opening) <else> tags. If you do this, the code within the
<else> tag is displayed.
I assume that we weren't the only ones to be bitten by this problem,
so I figured that others would be interested in hearing about it. I
don't know if it's possible to fix the ADP parser to handle this.
Request notifications