Aliases: libxmlVersion libxmlFeatures
Keywords: IO
### ** Examples ver <- libxmlVersion() if(is.null(ver)) { cat("Relly old version of libxml\n") } else { if(ver$major > 1) { cat("Using libxml2\n") } }
Using libxml2