At attempt to use in the mysql table `easy_cms_templates' html symbol ` ' the page takes off for a mistake `500 Internal Server Error'. Details about a mistake in log files to find it was not possible.
Example error template:
<xsl:template match="easy_cms_menu"> <xsl:apply-templates select="pages"> <xsl:with-param name="level" select="0" /> </xsl:apply-templates> </xsl:template>
<xsl:template match="page"> <xsl:param name="level" /> <li> <xsl:apply-templates select="page_controls" /><span style="width:{$level * 10}px"> </span><a href="{./link}"><xsl:value-of select="./name" disable-output-escaping="yes" /></a> </li> <xsl:apply-templates select="page" > <xsl:with-param name="level" select="$level + 1" /> </xsl:apply-templates> </xsl:template>
Log in to post a comment.
At attempt to use in the mysql table `easy_cms_templates' html symbol ` ' the page takes off for a mistake `500 Internal Server Error'. Details about a mistake in log files to find it was not possible.
Example error template:
<xsl:template match="easy_cms_menu">
<xsl:apply-templates select="pages">
<xsl:with-param name="level" select="0" />
</xsl:apply-templates>
</xsl:template>
<xsl:template match="page">
<xsl:param name="level" />
<li>
<xsl:apply-templates select="page_controls" /><span style="width:{$level * 10}px"> </span><a href="{./link}"><xsl:value-of select="./name" disable-output-escaping="yes" /></a>
</li>
<xsl:apply-templates select="page" >
<xsl:with-param name="level" select="$level + 1" />
</xsl:apply-templates>
</xsl:template>