Used inside a <xsl:call-template>, a <xsl:with-param> specifies the value for parameters (<xsl:param>) within the called template.
<xsl:with-param name = qname select = expression> <!-- Content: template --> </xsl:with-param>
The name of the parameter
Selects the parameter content, if present, otherwise the element content is used
Copyright © 1999, 2000 by Arbortext, Inc. (http://www.arbortext.com/), Sun Microsystems, Inc. (http://www.sun.com/)