Home | History | Annotate | Download | only in lib

Lines Matching full:select

9 <xsl:param name="html.stylesheet" select="'vg_basic.css'"/>
14 <xsl:param name="prev" select="/foo"/>
15 <xsl:param name="next" select="/foo"/>
18 <xsl:variable name="home" select="/*[1]"/>
19 <xsl:variable name="up" select="parent::*"/>
21 <xsl:variable name="row1" select="$navig.showtitles != 0"/>
22 <xsl:variable name="row2" select="count($prev) &gt; 0
40 <xsl:with-param name="object" select="$prev"/>
59 <xsl:with-param name="object" select="$up"/>
78 <xsl:with-param name="object" select="$home"/>
93 <xsl:apply-templates select="$up" mode="object.title.markup"/>
101 <xsl:with-param name="object" select="$next"/>