xslError: R-level functions for signalling errors, warnings and...

xslErrorR Documentation

R-level functions for signalling errors, warnings and terminating the XSL processing

Description

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.

Usage

xslError(msg, ..., context = NULL)
xslWarning(msg, ..., context = NULL)
xslStop(ctxt)

Arguments

msg

a string giving a message

...

any additional content for the message which is pasted with msg.

context,ctxt

the XMLXPathParserContext object that is passed to the function to provide information about the XSL transformation context.

Value

These functions are of interest for their side effect on the C-level XSL processing

Author(s)

Duncan Temple Lang

References

libxslt

See Also

xsltApplyStyleSheet


omegahat/Sxslt documentation built on Jan. 17, 2024, 6:44 p.m.