ACC SHELL

Path : /srv/www/vhosts/petrikov/test/view/
File Upload :
Current File : /srv/www/vhosts/petrikov/test/view/error.xsl

<?xml version="1.0" ?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:import href="common.xsl"/>

<xsl:template match="/page">
  <h1>Error!</h1>
  <xsl:for-each select='msg'>
    <p><xsl:value-of select='@desc' /></p>
  </xsl:for-each>
</xsl:template>
</xsl:stylesheet>

ACC SHELL 2018