Sometimes you want to use a namespace in the stylesheet but:
The processor has semantics for the namespace you want to use.
You're creating an XSLT stylesheet within an XSLT stylesheet.
xsl:namespace-alias will allow you to defined an alias for the stylesheet:
<xsl:namespace-alias stylesheet-prefix='from' result-prefix='to'/>