I have a binding in XAML:
{Binding XPath=List/Item[@Status='OK']}
Visual Studio tells me it's expecting ' and } but when I look at documentation elsewhere, it seems this line looks fine. It won't compile and gives me an error saying that the member List/Item[@Status='OK'] is not accessible.
What am I doing wrong?