<xsl:with-param name=“..”>
-
Übergabe eines Parameters bei
- <xsl:call-template> oder
- <xsl:apply-templates>
-
Kann nur als Child von o.g. template-Aufrufen auftreten
<xsl:call-template name="Hauptstadt">
<xsl:with-param
name="city">London</xsl:with-param>
</xsl:call-template>