Skip to content

Instantly share code, notes, and snippets.

@vmi
Created May 22, 2012 01:13
Show Gist options
  • Save vmi/2765873 to your computer and use it in GitHub Desktop.
Save vmi/2765873 to your computer and use it in GitHub Desktop.
list of xmllint xpath functions
xmllint --format http://xmlsoft.org/html/libxml-xpathInternals.html | perl -nle '/Function: xmlXPath(\w+)Function</ && print lcfirst $1'
boolean
ceiling
concat
contains
count
false
floor
id
lang
last
localName
namespaceURI
normalize
not
number
position
round
startsWith
string
stringLength
substringAfter
substringBefore
substring
sum
translate
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment