Lines Matching full:select
23 <xsl:param name="use.id.as.filename" select="'1'"/>
24 <xsl:param name="chunker.output.indent" select="'yes'"/>
26 <xsl:param name="chunk.section.depth" select="'0'"/>
51 <xsl:param name="section.autolabel" select="'1'"/>
52 <xsl:param name="section.label.includes.component.label" select="'1'"/>
55 <xsl:param name="local.l10n.xml" select="document('')"/>
67 <xsl:value-of select="."/>
81 <xsl:param name="toc-context" select="."/>
85 <xsl:with-param name="toc-context" select="$toc-context"/>
86 <xsl:with-param name="nodes" select="foo"/>
91 <xsl:with-param name="toc-context" select="$toc-context"/>
92 <xsl:with-param name="nodes" select="part|reference
107 <xsl:param name="prev" select="/foo"/>
108 <xsl:param name="next" select="/foo"/>
111 <xsl:variable name="home" select="/*[1]"/>
112 <xsl:variable name="up" select="parent::*"/>
114 <xsl:variable name="row1" select="count($prev) > 0
118 <xsl:variable name="row2" select="($prev != 0)
133 <xsl:with-param name="object" select="$prev"/>
137 <xsl:apply-templates select="$prev" mode="object.title.markup"/>
148 <xsl:with-param name="object" select="$up"/>
152 <xsl:with-param name="direction" select="'up'"/>
165 <xsl:with-param name="object" select="$next"/>
168 <xsl:apply-templates select="$next" mode="object.title.markup"/>
183 <xsl:with-param name="object" select="$home"/>
187 <xsl:with-param name="direction" select="'home'"/>
199 <xsl:apply-templates select="/*[1]" mode="recursive-chunk-filename"/>
201 <xsl:value-of select="$html.ext"/>
204 <xsl:with-param name="key" select="'nav-toc'"/>
221 <xsl:variable name="title" select="(blockinfo/title|title)[1]"/>
224 <xsl:with-param name="pis" select="processing-instruction('dbhtml')"/>
225 <xsl:with-param name="attribute" select="'toc'"/>
231 <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
236 <xsl:apply-templates select="$title"/>
240 <xsl:apply-templates select="qandaentry|qandadiv"/>
252 <xsl:with-param name="conditional" select="0"/>
254 <xsl:apply-templates select="(blockinfo/title|title)[1]"/>
262 select="processing-instruction('dbhtml')"/>
263 <xsl:with-param name="attribute" select="'toc'"/>
269 <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
280 <xsl:apply-templates select="qandadiv|qandaentry"/>
294 <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]
298 <xsl:value-of select="$qanda.defaultlabel"/>
306 <xsl:with-param name="node" select=".."/>
307 <xsl:with-param name="conditional" select="0"/>
310 <xsl:with-param name="conditional" select="0"/>
313 <xsl:apply-templates select="." mode="label.markup"/>
315 <xsl:apply-templates select="." mode="intralabel.punctuation"/>
322 <b><xsl:apply-templates select="*[name(.) != 'label']"/></b>
325 <xsl:apply-templates select="*[name(.) != 'label']"/>
334 <xsl:apply-templates select="qandadiv" mode="qandatoc.mode"/>
335 <xsl:apply-templates select="qandaentry" mode="myqandatoc.mode"/>
340 <xsl:apply-templates select="qandadiv" mode="qandatoc.mode"/>
341 <xsl:apply-templates select="qandaentry" mode="qandatoc.mode"/>
347 <dt><xsl:apply-templates select="title" mode="qandatoc.mode"/></dt>
355 <xsl:variable name="firstch" select="(*[name(.)!='label'])[1]"/>
359 <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]
363 <xsl:value-of select="$qanda.defaultlabel"/>
368 <xsl:apply-templates select="." mode="label.markup"/>
370 <xsl:apply-templates select="." mode="intralabel.punctuation"/>
376 <xsl:with-param name="object" select=".."/>
379 <xsl:value-of select="$firstch"/>
387 <xsl:apply-templates select="question" mode="myqandatoc.mode"/>
391 <xsl:variable name="firstch" select="(*[name(.)!='label'])[1]"/>
395 <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]
399 <xsl:value-of select="$qanda.defaultlabel"/>
403 <xsl:apply-templates select="." mode="label.markup"/>
405 <xsl:apply-templates select="." mode="intralabel.punctuation"/>
411 <xsl:with-param name="object" select=".."/>
414 <xsl:value-of select="$firstch"/>