xsl:param
Declaration of the xsl:param element, used both defining function parameters, template parameters, parameters to xsl:iterate, and global stylesheet parameters.
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: schema-for-xslt30.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [0..*]
- xsl:analyze-string
- xsl:apply-imports
- xsl:apply-templates
- xsl:assert
- xsl:attribute
- xsl:break
- xsl:call-template
- xsl:choose
- xsl:comment
- xsl:copy
- xsl:copy-of
- xsl:document
- xsl:element
- xsl:evaluate
- xsl:fallback
- xsl:for-each
- xsl:for-each-group
- xsl:fork
- xsl:if
- xsl:iterate
- xsl:map
- xsl:map-entry
- xsl:merge
- xsl:merge-key
- xsl:message
- xsl:namespace
- xsl:next-iteration
- xsl:next-match
- xsl:number
- xsl:on-empty
- xsl:on-non-empty
- xsl:perform-sort
- xsl:processing-instruction
- xsl:result-document
- xsl:sequence
- xsl:source-document
- xsl:text
- xsl:try
- xsl:value-of
- xsl:variable Declaration of the xsl:variable element, used both for local and global variable bindings.
- xsl:where-populated
- xsl:literal-result-elementAbstract [1..1]
- Any element Namespace: ##other, Process Contents: lax
- Any element Namespace: ##local, Process Contents: lax
from subst. group xsl:instructionfrom group xsl:result-elementsfrom subst. group xsl:literal-result-element
from type xsl:sequence-constructor-or-select
from group xsl:sequence-constructor-group
Attributes
Used in
- Anonymous type of element xsl:function
- Anonymous type of element xsl:iterate
- Anonymous type of element xsl:override
- Anonymous type of element xsl:package
- Anonymous type of element xsl:stylesheet
- Anonymous type of element xsl:template
- Anonymous type of element xsl:transform