inst/examples/globals.R

globals =
function(ctxt)
{
   ans = .Call("R_xslGetGlobalVariableNames", ctxt)
   print(ans)
   length(ans)
}

class(globals) = "XSLTContextFunction"


xsltApplyStyleSheet("<call/>", "context.xsl")
omegahat/Sxslt documentation built on Jan. 17, 2024, 6:44 p.m.