You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How come //div/div/(preceding-sibling::* | following-sibling::*) uses | but not or (i.e. it returns an error if you try to use or) whereas //sp[(@who = "Hamlet") or (@who = "Ophelia")] is the opposite, i.e. uses or but not |?