Skip to content

Instantly share code, notes, and snippets.

@PietrH
Created July 4, 2019 10:31
Show Gist options
  • Save PietrH/dd919aa9694de8732b0be411bbf9af10 to your computer and use it in GitHub Desktop.
Save PietrH/dd919aa9694de8732b0be411bbf9af10 to your computer and use it in GitHub Desktop.
Wildcards for XPath queries
Wildcard Description
* matches any element node
@* matches any attribute node
node() matches any node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment