Skip to content

kibook/libxpath2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

libxpath2 - Implementations of XPath 2.0 functions for libxml2

DESCRIPTION

The libxpath2 library provides implementations of XPath 2.0 functions for the libxml2 XPath 1.0 parser in order to provide partial XPath 2.0 support to libxml2.

FUNCTIONS

  • abs($arg)

  • compare($comparand1, $comparand2)

  • ends-with($arg1, $arg2)

  • lower-case($arg)

  • matches($input, $pattern)

  • matches($input, $pattern, $flags)

  • upper-case($arg)

  • tokenize($input)

  • tokenize($input, $pattern)

  • tokenize($input, $pattern, $flags)

About

XPath 2.0 implementation for libxml2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published