Hi,
Does anyone know how to use iwpt_dcr_value to locate an element using attribute? e.g
my $taskname = iwpt_dcr_value('dcr.workflowinformation.workflow.events.event[
@task='8545']
@taskname');
I want to grep attribute taskname from element whose attribute task = 8545. Ideally I'd like to change 8545 to a variable.
Interwoven doesn't seem to support xpath expression like this: //BBB[
@name='bbb'], it only works when the above line is:
my $taskname = iwpt_dcr_value('dcr.workflowinformation.workflow.events.event@taskname'); //where N is a number
Any input is highly appreciated. Thanks.
Ivy