libxsltVersion: Query the version of the libxslt library in use.

View source: R/ClassDefs.S

libxsltVersionR Documentation

Query the version of the libxslt library in use.

Description

This fetches information about the major, minor and patch level version of the libxslt library that was available when the package was installed. This is not necessarily the information about the compiled library that was loaded as a newer (or older) version of the dynamic library may have been installed.

This information can be useful for determining (indirectly) whether some features might be available, or whether there is a mismatch between the installed and compiled versions of the library.

Usage

libxsltVersion()

Value

An integer vector with 3 elements named major, minor and patch.

Author(s)

Duncan Temple Lang

References

xmlsoft.org/XSLT

See Also

libxmlVersion

Examples

  libxsltVersion()

omegahat/Sxslt documentation built on Jan. 17, 2024, 6:44 p.m.