try and error testing (reinstate r29028)
svn path=/branches/test/; revision=29049
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</xsl:attribute>
|
||||
|
||||
<!-- xsl:apply-templates select="node()"/ -->
|
||||
<xsl:apply-templates select="head" />
|
||||
<xsl:call-template name="page-head" />
|
||||
<xsl:call-template name="page-body" />
|
||||
</xsl:element>
|
||||
</xsl:template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="xml" encoding="UTF-8" indent="yes" />
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<xsl:value-of select="'normal'" /> <!-- can be either 'normal' or 'valentine' -->
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:template match="head" name="page-head">
|
||||
<xsl:template name="page-head">
|
||||
<xsl:element name="head">
|
||||
<!-- Don't let search engine robots index untranslated pages -->
|
||||
<xsl:element name="meta">
|
||||
@@ -153,7 +153,7 @@
|
||||
<link rel="stylesheet" media="all" href="/look/ie.min.css" type="text/css">
|
||||
<![endif]]]></xsl:comment>
|
||||
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
<!-- xsl:apply-templates select="@*|node()"/ -->
|
||||
</xsl:element>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user