inst/examples/globals.R

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

class(globals) = "XSLTContextFunction"


xsltApplyStyleSheet("<call/>", "context.xsl")
sckott/sxslt documentation built on May 29, 2019, 4:06 p.m.