I am currently developing an umbraco application, and wanted to hear. Is it not possible to make an or xpath query?
Content
Boxes
Project
Content
Boxes
I want to make a xpath query on a MultiNodeTreePicker i currently have
$parent/ancestor-or-self::Project//Boxes
and
$parent//Content//Boxes
Each of them works correctly in their separate context, and has a fallback to root, if the folder specified does not exist - but am i not able to combine these, so theres a fallback eg.
XPATH multiple selections - MultiNodeTreePicker
Hello.
I am currently developing an umbraco application, and wanted to hear. Is it not possible to make an or xpath query?
Content
Project
I want to make a xpath query on a MultiNodeTreePicker i currently have
$parent/ancestor-or-self::Project//Boxes and $parent//Content//Boxes
Each of them works correctly in their separate context, and has a fallback to root, if the folder specified does not exist - but am i not able to combine these, so theres a fallback eg.
$parent/ancestor-or-self::Project//Boxes|$parent//Content//Boxes
is working on a reply...