I'm using XPath 3.0 and I've the following problem. I need to write a function that returns true/false, checking whether the names of the resources (files and folders) are such that all resources have a distinct pathname.
I am able to retrieve the name of the ancestor nodes folders of a specific folder but then I cannot think of how to build a "path name" from that to then perform the comparison. Any idea?