I'm curious about if there is a mechanism that allows people to make comments on Interwoven's Tech Notes that can be added to the Tech Notes themselves. Just browsing through a few of these Tech Notes, I found a couple that either have blatant errors or make no sense. For instance:
Tech Note 001592 is in reference to adding code to a trigger script so that it only runs from specific branches. It suggests you add this perl code to the script:
unless ($ENV{IW_BRANCH} is a member of @branches) { exit 0; }The syntax "is a member of" is not valid perl.
Tech Note 048825 is a response to how to use the XML:

arser module to parse through the results of iwgetwfobj. However nowhere does the answer use the XML:

arser module.
I'm just thinking it would be nice to allow developers a way to add comments to the Tech Notes. By the time someone opens a support case to have someone at Interwoven fix them, several people may have already tried to do something that might be incorrect.
Dave SmithSr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com