EXSLT reference
This page lists references for EXSLT.
- Common (exsl)
- The EXSLT Common package provides basic functions that expand upon the capabilities of XSLT. The namespace for the Common package is - http://exslt.org/common.
- Math (math)
- The EXSLT Math package provides functions for working with numeric values and comparing nodes. The namespace for the Math package is - http://exslt.org/math.
- Regular expressions (regexp)
- The EXSLT Regular Expressions package provides functions that allow testing, matching, and replacing text using JavaScript style regular expressions. The namespace for the Regular Expressions package is - http://exslt.org/regular-expressions.
- Sets (set)
- The EXSLT Sets package offers functions that let you perform set manipulation. The namespace for these functions is - http://exslt.org/sets.
- Strings (str)
- The EXSLT Strings package provides functions that allow the manipulation of strings. The namespace for the Strings package is - http://exslt.org/strings.