Quantcast
Channel: XPath wildcards on node name - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by Alex Nikolaenkov for XPath wildcards on node name

$
0
0

With XPath 1.0 you can use /data/stats/*[substring-after(name(), '_cost') = ''] pattern. That checks if the element's name ends with the _cost suffix.

In XPath 2.0 there is fn:ends-with(str, str) and your corresponding expression will be *[ends-with(name(), '_cost')].


Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>