sorting in a named template?
i tried to do the following:
<xsl:call-template name="tpCustomers">
<xsl:sort select="Country"/>
</xsl:call-template>
the error says that sorting is not supported in call-template. what's the
workaround for this?
thanks in advance.

