Hi,
In DasBlog the template uses the following syntax, for example:
<h1><%= MyMacro() %></h1>
inside a txt file, and my query is, how this is evaluated at run time? Does the author of DasBlog use the AspCompiler programatically?
Is there an Evaluating statement I am missing or is the author simply using Regular Expression search and replaces? I doubt the latter but I need to ask regardless.