xsl:accept

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

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

Attributes

component

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

names

tokens

visibility

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

Notes on the Saxon implementation

Not implemented in Saxon.

Links to W3C specifications

XSLT 3.0 Specification