Hi , I am having problems getting the XMLFragmenter to produce any results if I add a predicate. I have tested the following on an xpath online tool and it works.
Workspace/WorkspaceDefinition/DatasetDefinitions/DataElement/Children/DataElement/Name[.="PROMPT_wControlValve"] the online tool requires esri: to work.
I attach a snippet of the xml (an esri gdb workspace export).
Ideally I would like to return the parent DataElement of <Name>PROMPT_wControlValve</Name> but I would be happy to make any progress.
Thanks in advance