Function xsltCheckVersion
Source pub fn xsltCheckVersion(version: c_int) -> c_int
Expand description
Check that the XSLT library version is at least version.
§Returns
- 0 if the library version is >=
version
- -1 if the library version is <
version
§UPSTREAM-PARITY
int xsltCheckVersion(int version);