R/RcppExports.R

Defines functions libxslt_version libxml2_version doc_xslt_apply

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

doc_xslt_apply <- function(doc, xslt, params) {
    .Call('_xslt_doc_xslt_apply', PACKAGE = 'xslt', doc, xslt, params)
}

libxml2_version <- function() {
    .Call('_xslt_libxml2_version', PACKAGE = 'xslt')
}

libxslt_version <- function() {
    .Call('_xslt_libxslt_version', PACKAGE = 'xslt')
}

Try the xslt package in your browser

Any scripts or data that you put into this service are public.

xslt documentation built on March 7, 2023, 6:44 p.m.