<xsl:param name="inTitle"/>
<xsl:param name="inStylesList"/>
<xsl:param name="inStylesDir"/>
<xsl:param name="inScriptsList"/>
<xsl:param name="inScriptsDir"/>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.creator</xsl:attribute>
<xsl:attribute name="content">Hugh Field-Richards</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.language</xsl:attribute>
<xsl:attribute name="scheme">RFC1766</xsl:attribute>
<xsl:attribute name="content">en</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.subject</xsl:attribute>
<xsl:attribute name="content">Paloose,XML,XSL,Cocoon,PHP,Joomla,WordPress,plugin</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.Date.created</xsl:attribute>
<xsl:attribute name="scheme">ISO8601</xsl:attribute>
<xsl:attribute name="content">2010-08-26T13:00</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.Format</xsl:attribute>
<xsl:attribute name="scheme">IMT</xsl:attribute>
<xsl:attribute name="content">text/htm</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.Rights</xsl:attribute>
<xsl:attribute name="lang">en</xsl:attribute>
<xsl:attribute name="content">Copyright 2006-2011 Hugh Field-Richards</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.Title</xsl:attribute>
<xsl:attribute name="lang">en</xsl:attribute>
<xsl:attribute name="content">Paloose</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.Description</xsl:attribute>
<xsl:attribute name="lang">en</xsl:attribute>
<xsl:attribute name="content">A Cocoon like system for XML/XSL based on PHP5</xsl:attribute>
</xsl:element>
-<xsl:element name="meta">
<xsl:attribute name="name">DC.Identifier</xsl:attribute>
<xsl:attribute name="lang">en</xsl:attribute>
<xsl:attribute name="content">http://www.paloose.org/</xsl:attribute>
</xsl:element>
-<xsl:element name="link">
<xsl:attribute name="rel">icon</xsl:attribute>
<xsl:attribute name="type">image/png</xsl:attribute>
<xsl:attribute name="href">resources/images/paloose-favicon.png</xsl:attribute>
</xsl:element>
-<xsl:element name="title">
<xsl:value-of select="$inTitle"/>
</xsl:element>
-<xsl:call-template name="buildHeader.outputScriptsList">
<xsl:with-param name="inScriptsList" select="$inScriptsList"/>
<xsl:with-param name="inScriptsDir" select="$inScriptsDir"/>
</xsl:call-template>
-<xsl:call-template name="buildHeader.outputStylesList">
<xsl:with-param name="inStylesList" select="$inStylesList"/>
<xsl:with-param name="inStylesDir" select="$inStylesDir"/>
</xsl:call-template>
</xsl:template>