xslError | R Documentation |
These functions allow R functions to generate XSL-level warnings and errors to be reported by the XSL engine and also to "gracefully" terminate the XSL transformation process.
xslError(msg, ..., context = NULL)
xslWarning(msg, ..., context = NULL)
xslStop(ctxt)
msg |
a string giving a message |
... |
any additional content for the message which is pasted
with |
context,ctxt |
the XMLXPathParserContext object that is passed to the function to provide information about the XSL transformation context. |
These functions are of interest for their side effect on the C-level XSL processing
Duncan Temple Lang
libxslt
xsltApplyStyleSheet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.