In testing our application on AS 4.x I noticed that the new ADP parser gives precedence to <% %> tags before registered tags. For example:
<if foo def> <% ns_adp_puts "i'm here but you can't see me" %> </if>
Obviously <if> would be a registered tag. Now if you run this the output is this:
<if foo def> i'm here but you can't see me </if>
As you can see the <if> tag failed to get parsed.
Do people prefer this? Does anybody have issues with reverting back to AS 3.5.x behavior? Personally I don't like this behavior, and would like to see it reverted back. Thoughts?
- Jeremy
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
