Hi All,
I am developing IDM template and I want to retrieve information from another section in XML file. I try to use xpath function in IDM script.
// Take line number from current section and save in $Test1 variable.
$Test1= xpath(UBPONR);
Then need to search item description
$Test = xpath(/M3OutDocument/DataArea/Document/Subdocument/Lines/Line[UBPONR = $Test1]/VFITDS);
Thank you
Priyantha