From: Michael <mic...@gm...> - 2007-05-08 18:24:33
|
Dear Kentaro, On Tuesday 08 May 2007 04:38, Kentaro Fukuchi wrote: > But can I use a block macro in a definition of another macro? > In the original version this was not possible. But when Jochen reworked the way blocks are stored (original: to tmp-files, now: in memory) this limitation was also removed. On Tuesday 08 May 2007 06:48, Kentaro Fukuchi wrote: > Just a small correction: > > <block name="today" expand><file execute="date" redirect></block> > <set message="Today is ${today}."> > <use message> > > Results: > - Today is Tue May 8 11:33:06 JST 2007. > + Today is Tue May 8 11:33:06 JST 2007 > + . Yes, this is not that nice. I guess there is currently no possibility to awoid the line break. Probably this is the point where we should patch htp. Best regards, Michael |