• Home
  • Raw
  • Download

Lines Matching full:select

25       <xsl:for-each select="/examples/sections/section">
26 <li><a href="#{@name}"><xsl:value-of select="@name"/> Examples</a></li>
33 <xsl:variable name="header" select="substring-before(substring-after(., '/'), '&gt;')"/>
34 <xsl:variable name="doc" select="concat('../html/libxml-', $header, 'tml')"/>
35 <li><a href="{$doc}"><xsl:value-of select="."/></a></li>
39 <xsl:variable name="name" select="@name"/>
40 <xsl:variable name="header" select="concat(@file, '.h')"/>
41 <xsl:variable name="doc" select="concat('../html/libxml-', @file, '.html#', $name)"/>
42 …<li> line <xsl:value-of select="@line"/>: Type <a href="{$doc}"><xsl:value-of select="$name"/></a>…
46 <xsl:variable name="name" select="@name"/>
47 <xsl:variable name="header" select="concat(@file, '.h')"/>
48 <xsl:variable name="doc" select="concat('../html/libxml-', @file, '.html#', $name)"/>
49 …<li> line <xsl:value-of select="@line"/>: Function <a href="{$doc}"><xsl:value-of select="$name"/>…
53 <xsl:variable name="name" select="@name"/>
54 <xsl:variable name="header" select="concat(@file, '.h')"/>
55 <xsl:variable name="doc" select="concat('../html/libxml-', @file, '.html#', $name)"/>
56 …<li> line <xsl:value-of select="@line"/>: Macro <a href="{$doc}"><xsl:value-of select="$name"/></a…
60 <xsl:variable name="filename" select="string(@filename)"/>
61 … name="{$filename}" href="{$filename}"><xsl:value-of select="$filename"/></a>: <xsl:value-of selec…
62 <p><xsl:value-of select="purpose"/></p>
65 <xsl:for-each select="includes/include">
66 <xsl:apply-templates select='.'/>
71 <xsl:for-each select="uses/*">
72 <xsl:sort select="@line" data-type="number"/>
73 <xsl:apply-templates select='.'/>
77 <p><xsl:value-of select="usage"/></p>
78 <p>Author: <xsl:value-of select="author"/></p>
82 <li><p> <a href="#{@name}"><xsl:value-of select="@name"/></a> :</p>
84 <xsl:for-each select="example">
85 <xsl:sort select='.'/>
86 <xsl:variable name="filename" select="@filename"/>
87 …<li> <a href="#{$filename}"><xsl:value-of select="$filename"/></a>: <xsl:value-of select="/example…
97 <xsl:for-each select="section">
98 <xsl:sort select='.'/>
99 <xsl:apply-templates select='.'/>
110 <xsl:for-each select="sections/section">
111 <xsl:variable name="section" select="@name"/>
112 <h2> <a name="{$section}"></a><xsl:value-of select="$section"/> Examples</h2>
113 <xsl:apply-templates select='/examples/example[section = $section]'/>
126 <xsl:value-of select="$title"/>
131 <xsl:with-param name="title" select="$title"/>
151 <xsl:apply-templates select="sections"/>