xsl:use-package
This element appears as a child of xsl:package and defines a dependency of the containing package on another package, identified by URI in the name attribute. The package-version attribute indicates which version of the library package is required, or may indicate a range of versions.
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: schema-for-xslt30.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
- xsl:accept This element appears as a child of xsl:use-package and defines any variations that the containing package wishes to make to the visibility of components made available from a library package. For example, it may indicate that some of the public components in the library package are not to be made available to the containing package.
- xsl:override This element appears as a child of xsl:use-package and defines any overriding definitions of components that the containing package wishes to make to the components made available from a library package.
Attributes
Used in
- Anonymous type of element xsl:package
- Anonymous type of element xsl:stylesheet
- Anonymous type of element xsl:transform