EuroTcl2026: ADP - The NaviServer Web Anti-Framework

ADP Tags

ADP Tags

<% … %>
Execute arbitrary Tcl code. Only affects output if ns_adp_puts is called.
<%= … %>
Execute arbitrary Tcl code, insert result as string into result buffer.

This presentation also registers the tag <adp:q … >. It evaluates it's content, HTML-quotes it and sends it to the output buffer. Allowed content is either $variable or command ?args?.