Skip to content

Instantly share code, notes, and snippets.

@claushingebjerg
Last active December 13, 2016 18:38
Show Gist options
  • Save claushingebjerg/8de2645edbee7d75eeae to your computer and use it in GitHub Desktop.
Save claushingebjerg/8de2645edbee7d75eeae to your computer and use it in GitHub Desktop.
Nupickers xml picker xpath
Get all nodes of doctype below level 2
$ancestorOrSelf/ancestor-or-self::* [@level=2]//*[@isDoc][self::Kategori]
Get all nodes of doctype
//*[@isDoc][self::Kategori]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment