Stop Multinode TreePicker from drilling down to current content level
I have tried multiple xpath queries to only get the root or level=1.
Unfortunately, no matter what I do, it keeps drilling down to the current level and I always have to hit the back link to get back where all of the allowed doctypes are - on the root.
All I need is simply $root or //root and have even tried $root/ancestor-or-self::*[self::root] plus a few others but it always drills down way past where I need it to:
Is there a way to keep the dialog from drilling down and only give me the level that I am asking for in the xpath?
Stop Multinode TreePicker from drilling down to current content level
I have tried multiple xpath queries to only get the root or level=1.
Unfortunately, no matter what I do, it keeps drilling down to the current level and I always have to hit the back link to get back where all of the allowed doctypes are - on the root.
All I need is simply $root or //root and have even tried $root/ancestor-or-self::*[self::root] plus a few others but it always drills down way past where I need it to:
Is there a way to keep the dialog from drilling down and only give me the level that I am asking for in the xpath?
is working on a reply...