Skip to Content
0
Jun 13, 2018 at 09:23 AM

iNTERFACE DETERMINATION CONDITIONS IN xPATH WITHOUT NAMESPACE

111 Views

We have a scenario where we have to perform interface determination if the file name does NOT contain ABC in it. We have specified the below condition in XPATH(without namespace prefix): FileName[not(contains(.,'ABC'))] However this does not seem to work. Please help here.