<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
    <xsl:include href="ru-include.xsl" />
    <xsl:template match="/book">
        <html lang="ru">
            <head>
                <title>
                    <xsl:value-of select="$title_ru" />
                </title>
                <meta charset="UTF-8"/>
                <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
                <meta content="text/html; charset=utf-8" http-equiv="Content-type"/>
                <meta name="robots" content="INDEX,FOLLOW"/>
                <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
                <link rel="stylesheet" href="xbook.xgame/resources/default.css"/>
                <link rel="stylesheet" href="xbook.xgame/resources/style.css"/>
            </head>
            <body>
                <div id="book">
                    <div id="section-00">
                        <xsl:copy-of select="$s00_begin__01_cover_ru" />
                        <xsl:copy-of select="$s00_begin__02_cover2_ru" />
                        <xsl:copy-of select="$s00_begin__03_annotation_ru" />
                        <xsl:copy-of select="$s00_begin__04_table_ru" />
                        <xsl:copy-of select="$s00_begin__05_intro_ru" />
                    </div>
                    <div id="section-01" class="page-break">
                        <h1><xsl:value-of select="$s01_classic_games_ru" /></h1>
                        <xsl:copy-of select="$s01_classic_games__01_chess_ru" />
                        <xsl:copy-of select="$s01_classic_games__02_checkers_ru" />
                    </div>
                    <div id="section-02" class="page-break">
                        <h1><xsl:value-of select="$s02_with_dice_ru" /></h1>
                        <xsl:copy-of select="$s02_with_dice__01_dice_chess_ru" />
                        <xsl:copy-of select="$s02_with_dice__02_random_chess_ru" />
                        <xsl:copy-of select="$s02_with_dice__03_chess_with_d12_ru" />
                        <xsl:copy-of select="$s02_with_dice__04_chess_with_3xd12_ru" />
                        <xsl:copy-of select="$s02_with_dice__05_random_other_ru" />
                    </div>


                    <div id="section-99" class="page-break">
                        <xsl:copy-of select="$s99_end__98_backcover2_ru" />
                        <xsl:copy-of select="$s99_end__99_backcover_ru" />
                    </div>
                </div>

            </body>
        </html>
    </xsl:template>
</xsl:stylesheet>