[Zope] DTML-IN not using SIZE parameter in HDML coding.

Dieter Maurer dieter@handshake.de
Sat, 14 Jul 2001 15:06:28 +0200 (CEST)


Schmidt, Allen J. writes:
 > ....
 > However, it seems to be ignoring the size parameter of the dtml-in tag.
I use:

  <dtml-in "_.range(10)" size=2 orphan=0>
  <dtml-var sequence-item> 
  </dtml-in>

and it works perfect.

 > Any idea why size would not work with HDML?
"dtml-in" does not know that it is used to produce "HDML".

The problem would need to be general which is unlikely.


Dieter