xsl:accept

Allows a package to restrict the visibility of components exposed by a package that it uses.

Always appears as a child of xsl:use-package.

Content: none
Permitted parent elements: xsl:use-package

Attributes

component

"template" | "function" | "attribute-set" | "variable" | "mode" | "*"

Identifies the kind of component selected.

names

tokens

Identifies a subset of the specified components, by name.

visibility

"public" | "private" | "final" | "abstract" | "hidden"

Determines the potential visibility of the selected components.

Notes on the Saxon implementation

New in XSLT 3.0, and implemented since Saxon 9.7.

Links to W3C specifications

XSLT 3.0 Specification

See also

xsl:override

xsl:use-package