If a page contains some contents, we retrieve page title and each content title on several title tags.
It seems that this code is wrong :
<xsl:template name="general-head"> <xsl:param name="datas"/> <xsl:copy-of select="/cms/html/head/node()[local-name() != 'title' and local-name() != 'meta']"/> </xsl:template>