XPath is powerful

Posted on Jul 13, 2021

XPath is a really powerful tool to query XML documents, if you are forced to. But in contrast to JSON queries, XPath does not return the actual values, but the nodes or attribtes you queried.

XPath ist ziemlich mächtig und man kommt relativ flott an das gewünschte Ziel. Anders als bei JSON queries erhält man aber nicht die eigentlichen Werte, sonder den Node oder das Attribut selber.