R/zzz.R

.First.lib <- .onLoad <-
function(libname, pkgname)
{
 .C("R_registerXSLTModule", TRUE, PACKAGE = "Sxslt")
 SxsltInitializationFunction(defaultXSLTInitialization)
 if(Sys.getenv("XML_CATALOG_FILES") != "")
    ans = catalogResolve("http://www.omegahat.org/XDynDocs/XSL/html.xsl")
}
sckott/sxslt documentation built on May 29, 2019, 4:06 p.m.