I need to create a webpage from multiple DCR's. I found a sample on the support site which will suit what I need to do with some modifications.
Here is the link.
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=58143I tested part of the code but it did not seem to work. What am I doing wrong?
Here is the snippet of code I was using in a presentation template file
my $dir = "y:/iwprod/main/bh/WORKAREA/wch/templatedata/wc/secondary/data";
opendir DH, $dir;
iwpt_output("");
iwpt_output("");
while ($name = readdir DH) {
iwpt_load_dcr($name,'dcrlocal','t');
iwpt_output($name);
}
iwpt_output("");
iwpt_output("");
closedir DH;
...
Patrick Krug
Teamsite 6.7.1 - Win2K3