libxmlVersion
returns a named list with
fields
majorthe major version number, either 1 or 2
indicating the old or new-style library.
minorthe within version release number.
patchthe within minor release version number
libxmlFeatures returns a logical vector with names given by:
[1] "THREAD" "TREE" "OUTPUT" "PUSH" "READER"
[6] "PATTERN" "WRITER" "SAX1" "FTP" "HTTP"
[11] "VALID" "HTML" "LEGACY" "C14N" "CATALOG"
[16] "XPATH" "XPTR" "XINCLUDE" "ICONV" "ISO8859X"
[21] "UNICODE" "REGEXP" "AUTOMATA" "EXPR" "SCHEMAS"
[26] "SCHEMATRON" "MODULES" "DEBUG" "DEBUG_MEM" "DEBUG_RUN"
[31] "ZLIB"
Elements are either TRUE or FALSE indicating whether support
was activatd for that feature, or NA if that feature is not
part of the particular version of libcurl.