I was perusing the AOLServer 4 source code over the weekend and I saw a
note in nsd/adpparse.c which said that aolserver no longer supported
custom ADP parsers. I can't recall the name of the package, but there
was a custom ADP parser that someone pointed me to that behaved a bit
differently than the normal ADP parser in that it supported the
following coding style:
<%
...
foreach thing $list_of_things {
%>
... html ...
<p><%=$thing%></p>
... more html ...
<%
}
...
%>
Does AOLServer 4's ADP parser allow you to break in and out of ADP code
blocks within control structures like this?
- Gabriel