Zope tag nesting madness!

Samuel A. Falvo II kc5tja at garnet.armored.net
Thu Oct 12 18:31:42 EDT 2000


On 9 Oct 2000 08:39:40 GMT, Duncan Booth wrote:
>Since id probably has a string value, try this:
>   <dtml-in "show_article(article_id=_.int(id))">

Don't forget about sequence_index instead of id if the ordinal position in
the iterated list is needed (that is, the first item picked by dtml-in is
index 0, the next is 1, etc).  Depends on what you need, though.

-- 
KC5TJA/6, DM13, QRP-L #1447 | Official Channel Saint, *Team Amiga*
Samuel A. Falvo II	    |
Oceanside, CA		    |



More information about the Python-list mailing list