I have a node like this:
<meta name="og:description" content="Here's the content" />
I want to be able to select this element if the name is "description" whether it's in a namespace or not. I need to be able to select the meta tag if it's name is "og:description", "description", "blah:description", etc.
I've seen resources for xpath that show how to select within a namespace, but not irrespective of a namespace.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…