Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
refer to the same namespace. If the name has no prefix, it has a null namespace URI—it does not use the default namespace.
It is an error for two sibling
The
This is used to ensure that the variable
$current-user
in the called template has the same value as the variable
$current-user
in the calling template.
If the
as
attribute is present, then the supplied value of the parameter is converted to the specified type using the same rules as for
as=“xs:byte”
when the
as=“xs:integer”
. This means that potentially two conversions may take place, from the type of the supplied value as calculated by the select expression, to the type declared in the
as
attribute of
as
attribute of the corresponding