08-31-2007 05:44 AM
08-31-2007 05:58 AM
hi there
you have to open a reference to the node object. place a "Automation open" function INSIDE the for loop, open a reference to the DOMNode object, and close that reference INSIDE the for loop. after that close the reference to the XML obeject OUTSIDE the for loop.
08-31-2007 06:18 AM
08-31-2007 06:37 AM
hi there
there's an error "(Hex 0x80070057) Invalid argument (src/dst cannot be the same or blank; product must be blank or a valid entry)" after the CreateNode invoke node. thus the resulting Node reference is NULL.
use all error clusters as pass through parameters to avoid error leakage.
08-31-2007 07:55 AM