xsl:with-param
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: XSLT.xsd
Type: xsl:variable
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [0..*]
- xsl:top-level-element-and-char-instructionAbstract [1..1]
- xsl:result-elementAbstract [1..1]
- Any element Namespace: ##other, Process Contents: skip
from subst. group xsl:top-level-element-and-char-instructionfrom subst. group xsl:instructionfrom group xsl:result-elementfrom subst. group xsl:result-element
from group xsl:template
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from type xsl:anyType | |
name | [1..1] | xsl:QName | from group xsl:name | |
select | [0..1] | xsl:expression | from group xsl:select-optional |
Used in
- Anonymous type of element xsl:apply-templates
- Anonymous type of element xsl:call-template
Sample instance
<xsl:with-param name="NCName">Any text, intermingled with: <xsl:top-level-element-and-char-instruction/> </xsl:with-param>