Hello,
i have this construct to questionate my xml-document with a binding in xaml.
XPath="/doc/B/lists/entry[@value=(/doc/A/selectedValue)]"
If the path /doc/A/selectedValue is empty or did not exist all nodes of /doc/B/list/entry are returned. Is there a way to define that nothing should be returned in the case that /doc/A/selectedValue is empty or did not exists?
Hope somebody can help,
Greetings Martin