As all other answers have specified, there are two XSLT instructions:
and
that were designed exactly to provide this capability.
It may be of interest to you that there are complete libraries of templates and functions that internally import other stylesheets of the library. The stylesheets of the library are intended to be imported in the user's XSLT stylesheets.
For example, do have a look at the FXSL library for functional programming in XSLT.
