At 12:16 PM 6/6/2001 -0700, Tavis Rudd wrote:
>Hi Chuck,
>can you try this with TS 0.8.2, which I've just uploaded.
>It includes half-complete docs, which should be 3/4 complete
>by the end of the day.
Have you tried it? It's 2 lines:
>>> from TemplateServer.Server import TemplateServer as ts
>>> print ts('$a', {'a':1})
$a
Doesn't work for me. What about you?
>CHANGES TO NOTE:
>- the explicit tag closure is now /#
Does that mean that
#end if
no longer works?
>- <# multi-line comments #> are now #comment /# ... #/comment/#
You mean:
<#
blah blah
#>
becomes:
#comment /#
blah blah
#/comment/#
???
That seems arcane at best. Why is there /# after the first #comment? Why
does it end with #/comment/#? My chances of remembering the new format are
close to zero.
-Chuck
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel