Suppose the following PowerShell line of code
$node = Select-Xml -Path $filePath -XPath "//*[@$someAttribute]"
How can I get the node's xpath? I figured I could just traverse up using its ParentNode property, but is there a better way to do it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…