Search

And where is it written? In blueprints > section ?

@Bokoni, on your home.xsl

change your template match from video to video/entry like so...

<xsl:template match="video/entry">
    <li>
        <h3><xsl:value-of select="nazvanie"/></h3>

        <ul class="meta">
            <li><xsl:value-of select="tip"/></li>
            <li><xsl:value-of select="god"/></li>
        </ul>

    </li>
</xsl:template>

Then on your master.xsl, change the <xsl:apply-templates/> to <xsl:apply-templates select="data/video/entry"/>

And where is it written? In blueprints section ?

@Bokoni, clearly you have not gone over the tutorials that I asked you to go over. Please go through those tutorials step by step. You need to understand the concepts of Symphony before going forward.

Also, you might try going through this tutorial that @bauhouse created. This again is a step by step tutorial showing you how to setup a site in Symphony.

Please go through the tutorials that we asked you to go through. These are critical for you to understand how to use Symphony. We cannot help you unless you start to take the time to understand how to use the system.

I hope that helps.

I finish out a little. The following questions in new topics.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details