<html>
Tom:<br>
<br>
Your source may have got mangled in email, but... is it
possible that you have not selected appropriate delimiters for your
template expressions.<br>
<br>
I think the way you are using ST it expects $...$ delimiters on
expressions, and you are using <...>.<br>
<br>
-- Graham<br>
<br>
<br>
<br>
<blockquote type=cite cite>
var template = new Antlr.StringTemplate.StringTemplate(@"<br>
<br>
<aMap.keys:{k| <k> maps to <aMap.(k)>}>.<br>
<br>
");</blockquote><br>
<br>
<br>
<br>
<blockquote type=cite cite>So the following method, then, does not do as
I expect. Instead it prints, <aMap.keys:{k| <k> maps to
<aMap.(k)>}>. </blockquote></html>