I have a DTML method similar to the one below. I want to call this (from an html link) with an argument that is the name of the object xxx (eg. http://localhost/zope/test?xxx=item1_id). The idea is to use the same DTML method to render many instances of the object type. Being a newbie, I would appreciate your help--an example would be nice. Thanks.
 
<dtml-with xxx>
....
</dtml-with>