XPath working on Razor but not on Multinode Picker
My xpath query does not work when used with multimode picker but works when used like Umbraco.GetContentAtXPath in Razor. It also works if I execute the query on a visualizer tool like XPathPizualizerTool
The Multinode Tree Picker uses XPath to find a start node, rather than nodes to use as options - as an alternative you could use any of the Xml Pickers in nuPickers.
XPath working on Razor but not on Multinode Picker
My xpath query does not work when used with multimode picker but works when used like Umbraco.GetContentAtXPath in Razor. It also works if I execute the query on a visualizer tool like XPathPizualizerTool
Below is the query and the content.
Query:
Content:
The query does not take into consideration the contains function of the query and always returns all the members.
Any Help Please?
Hi Emanuel,
The Multinode Tree Picker uses XPath to find a start node, rather than nodes to use as options - as an alternative you could use any of the Xml Pickers in nuPickers.
HTH, Hendy
is working on a reply...