Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created February 13, 2020 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseluisq/7232bec64ce533d1006077a3514df9b6 to your computer and use it in GitHub Desktop.
Save joseluisq/7232bec64ce533d1006077a3514df9b6 to your computer and use it in GitHub Desktop.
XPath v1.0 searching

XPath v1.0 searching

Search all attributes in a xml node

//my-node/attribute::*

Search all namespaces in a xml node

//my-node/namespace::*

More queries and details at official W3C - XML Path Language (XPath) v1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment