ShoX reference documentation. Index


XSL element with-param

Default keyword for with-param is wpar.

ShoX syntax:

wpar [other attributes] @name = "@select"{template}

Example

        call fun {
            wpar count1='3'{}
            wpar count2="3"{}
            wpar message=''{Hello world}
            wpar [xmlns:zap='http://whatever.com'] count3=''{val(//zap:u)}
        }
	

See also call-template apply-templates param variable.

XSL documentation of element xsl:with-param.