Global Variable: This variable is available everywhere in the xsl stylesheet. This variable should only be the child of <xsl:stylesheet> element.
Local variable: This variable is only available where it is declared.
See Below Code:
<?xml version="1.0" encoding="UTF-8"...