comparison xslt/content.xslt @ 1901:02dedcb347e5

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 13:02:14 +0300
parents d83f7372feb5
children 086e307d8b28
comparison
equal deleted inserted replaced
1900:939116ee92b4 1901:02dedcb347e5
10 <a name="{@id}"/> <center><h4> <xsl:value-of select="@name"/> </h4></center> 10 <a name="{@id}"/> <center><h4> <xsl:value-of select="@name"/> </h4></center>
11 <xsl:apply-templates/> 11 <xsl:apply-templates/>
12 </xsl:template> 12 </xsl:template>
13 13
14 <xsl:template match="section/section[@id and @name]"> 14 <xsl:template match="section/section[@id and @name]">
15 <a name="{@id}"/> <center><h5> <xsl:value-of select="@name"/> </h5></center> 15 <a name="{@id}"/> <center><h4> <xsl:value-of select="@name"/> </h4></center>
16 <xsl:apply-templates/> 16 <xsl:apply-templates/>
17 </xsl:template> 17 </xsl:template>
18 18
19 <xsl:template match="section[@id and not(@name)]"> 19 <xsl:template match="section[@id and not(@name)]">
20 <a name="{@id}"/> 20 <a name="{@id}"/>
25 <center><h4> <xsl:value-of select="@name"/> </h4></center> 25 <center><h4> <xsl:value-of select="@name"/> </h4></center>
26 <xsl:apply-templates/> 26 <xsl:apply-templates/>
27 </xsl:template> 27 </xsl:template>
28 28
29 <xsl:template match="section/section[not(@id) and @name]"> 29 <xsl:template match="section/section[not(@id) and @name]">
30 <center><h5> <xsl:value-of select="@name"/> </h5></center> 30 <center><h4> <xsl:value-of select="@name"/> </h4></center>
31 <xsl:apply-templates/> 31 <xsl:apply-templates/>
32 </xsl:template> 32 </xsl:template>
33 33
34 <xsl:template match="para[@id]"> 34 <xsl:template match="para[@id]">
35 <a name="{@id}"/> 35 <a name="{@id}"/>