xslImportStyleSheets: Import style sheets into an existing XSL style sheet

Description Usage Arguments Value Author(s) See Also

Description

This function allows us to cause the specified style sheets to be added to the existing XSL style sheet as if they had been specified with xsl:import or xml:import.

Usage

1
xslImportStyleSheets(style, sheets, import = TRUE)

Arguments

style

the XSLStyleSheet-class object into which the other XSL style sheets wil be imported/included.

sheets

the names of the XSL style sheets or the previously parsed XSL style sheets.

import

a logical value indicating whether to xsl:import or xsl:include the style sheets

Value

The style object which contains the augmented information.

Author(s)

Duncan Temple Lang

See Also

xsltParseStyleSheet


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