<xsl:text> </xsl:text>
</xsl:template>
-<xsl:template match="style|script|copyright|config">
+<xsl:template match="style|script|headlink|copyright|config">
<xsl:apply-templates select="." mode="copy"/>
</xsl:template>
</xsl:if>
<xsl:apply-templates select="$autolayout/autolayout/style
- |$autolayout/autolayout/script"
+ |$autolayout/autolayout/script
+ |$autolayout/autolayout/headlink"
mode="head.mode">
<xsl:with-param name="webpage" select="ancestor::webpage"/>
</xsl:apply-templates>
</xsl:choose>
</xsl:template>
+<xsl:template match="headlink" mode="head.mode">
+ <link>
+ <xsl:copy-of select="@*"/>
+ </link>
+</xsl:template>
+
<xsl:template match="abstract" mode="head.mode">
<!--nop-->
</xsl:template>