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.