You are making pretty wild guesses, which is not a good way to learn a language. Find a book or tutorial that suits your style, and follow it.
You want
<xsl:include href="shapes.xml">
then
<xsl:call-template name="t4"/>
I'm assuming here that shapes.xml is a stylesheet.
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference