The usage of iwpt_dcr_list tag is unclear . i have gone through the example in interwoven support site, but an example illustrating the usage of this tag with an array object would be helpful. what does the array object that iwpt_dcr_tag fills in contain? the addresses of the elements possibly..?
... <container name="foo" min="1" max="10"> <item name="bar">...</item> <item name="mumble">...</item> <item name="fratz">...</item> </container>...
... foreach my $elem (iwpt_dcr_list('dcr.foo')){ my $bar = iwpt_dcr_value('elem.bar'); ... }...