EverydayXPath

  • Home
  • Reference
  • Operators
    • Intro
    • / Child
    • // Recursive Descent
    • . Dot
    • .. Double dot
    • * Wildcard
    • @ Attribute
    • @* Attribute wildcard
    • () Round brackets
    • [] Square brackets
    • Arithmetic
  • Filters
    • Intro
    • and
    • or
    • not()
    • =
    • !=
    • <
    • <=
    • >
    • >=
    • |
  • Axes
    • Intro
    • ancestor
    • ancestor-or-self
    • attribute
    • child
    • descendant
    • descendant-or-self
    • following
    • following-sibling
    • namespace
    • parent
    • preceding
    • preceding-sibling
    • self
  • Functions
    • Intro
    • count
    • id
    • last
    • position
    • local-name
    • name
    • namespace-uri
    • concat
    • contains
    • normalize-space
    • starts-with
    • string
    • string-length
    • substring
    • substring-after
    • substring-before
    • translate
    • boolean
    • false
    • true
    • lang
    • not
    • ceiling
    • floor
    • number
    • round
    • sum

XPath Reference

This site contains the reference to XPath syntax, operators, axes and functions. Browse the definitions from the sidebar on the left.