XSLT - What is EXSLT
What is EXSLT?
-
EXSLT = Extensions for XSLT.
-
It’s a community-driven set of extension libraries that add extra functionality to XSLT (especially XSLT 1.0, which is limited).
-
Many XSLT processors (Saxon, libxslt, Xalan, etc.) support some or all EXSLT modules.
-
EXSLT functions are grouped into namespaces (e.g.,
math
,date
,str
,set
).