I'm struggling to keep track of all the ways to format a match value. Can
anyone recommend a decent overview or cheat-sheet?
Here's the particular one I'm stuck on:
I want to match any 'page' tag with the attribute of the subSite param.
I've tried this:
//page[@subSite=$subSite]
but that's not working.