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

Description Usage Arguments Value Author(s) References See Also

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

1
2
3
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


sckott/sxslt documentation built on May 29, 2019, 4:06 p.m.