• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:book

3 		xmlns="http://www.devhelp.net/book"
6 extension-element-prefixes="exsl str"
7 exclude-result-prefixes="exsl str">
8 <!-- The stylesheet for the html pages -->
11 <xsl:output method="xml" encoding="UTF-8" indent="yes"/>
13 <!-- Build keys for all symbols -->
17 <book title="{@name} Reference Manual" link="index.html" author="" name="{@name}">
18 <xsl:apply-templates select="files"/>
19 <xsl:apply-templates select="symbols"/>
20 </book>
21 <xsl:call-template name="generate_index"/>
22 <xsl:call-template name="generate_general"/>
27 <xsl:apply-templates select="file"/>
33 <xsl:variable name="prev" select="string(preceding-sibling::file[position()=1]/@name)"/>
34 <xsl:variable name="next" select="string(following-sibling::file[position()=1]/@name)"/>
35 <sub name="{@name}" link="libxml2-{@name}.html"/>
36 <xsl:document xmlns="" href="libxml2-{@name}.html" method="xml" indent="yes" encoding="UTF-8">
39 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
40 <title><xsl:value-of select="concat(@name, ': ', summary)"/></title>
51 <xsl:if test="$prev != ''">
52 …<td><a accesskey="p" href="libxml2-{$prev}.html"><img src="left.png" width="24" height="24" border…
56 <xsl:if test="$next != ''">
57 …<td><a accesskey="n" href="libxml2-{$next}.html"><img src="right.png" width="24" height="24" borde…
62 <h2><span class="refentrytitle"><xsl:value-of select="@name"/></span></h2>
63 <p><xsl:value-of select="@name"/> - <xsl:value-of select="summary"/></p>
64 <p><xsl:value-of select="description"/></p>
65 <xsl:if test="deprecated">
68 <p>Author(s): <xsl:value-of select="author"/></p>
72 <xsl:apply-templates mode="synopsis" select="exports"/>
81 <xsl:apply-templates mode="details" select="/api/symbols/macro[@file=$module]"/>
82 …<xsl:apply-templates mode="details" select="/api/symbols/typedef[@file=$module] | /api/symbols/str…
83 <xsl:apply-templates mode="details" select="/api/symbols/functype[@file=$module]"/>
84 <xsl:apply-templates mode="details" select="/api/symbols/variable[@file=$module]"/>
85 <xsl:apply-templates mode="details" select="/api/symbols/function[@file=$module]"/>
94 <xsl:apply-templates select="macro"/>
95 <xsl:apply-templates select="enum"/>
96 <xsl:apply-templates select="typedef"/>
97 <xsl:apply-templates select="struct"/>
98 <xsl:apply-templates select="functype"/>
99 <xsl:apply-templates select="variable"/>
100 <xsl:apply-templates select="function"/>
104 <keyword type="function" name="{@name}" link="libxml2-{@file}.html#{@name}"/>
107 <keyword type="function" name="{@name} ()" link="libxml2-{@file}.html#{@name}"/>
110 <keyword type="typedef" name="{@name}" link="libxml2-{@file}.html#{@name}"/>
113 <keyword type="enum" name="{@name}" link="libxml2-{@file}.html#{@name}"/>
116 <keyword type="struct" name="{@name}" link="libxml2-{@file}.html#{@name}"/>
119 <keyword type="macro" name="{@name}" link="libxml2-{@file}.html#{@name}"/>
122 <keyword type="macro" name="{@name}" link="libxml2-{@file}.html#{@name}"/>