Home | History | Annotate | Download | only in xslt

Lines Matching full:select

34   <xsl:apply-templates select="bison-xml-report"/>
39 <xsl:value-of select="@version"/>
42 <xsl:value-of select="@bug-report"/>
45 <xsl:value-of select="@url"/>
47 <xsl:apply-templates select="automaton">
48 <xsl:with-param name="filename" select="filename"/>
56 <xsl:with-param name="subject" select="$filename"/>
63 <xsl:apply-templates select="state"/>
69 <xsl:with-param name="number" select="@number"/>
71 <xsl:apply-templates select="itemset/item"/>
74 <xsl:apply-templates select="actions/transitions"/>
75 <xsl:apply-templates select="actions/reductions">
77 <xsl:value-of select="@number"/>
84 <xsl:for-each select='reduction'>
88 <xsl:value-of select="@rule"/>
91 <xsl:value-of select="@enabled"/>
104 <xsl:value-of select="@rule"/>
111 <xsl:with-param name="state" select="$staten"/>
112 <xsl:with-param name="rule" select="$rule"/>
113 <xsl:with-param name="enabled" select="@enabled"/>
121 <xsl:for-each select='../reduction[@enabled=$ena and @rule=$rule]'>
123 <xsl:with-param name="subject" select="@symbol"/>
137 <xsl:with-param name="state" select="$staten"/>
138 <xsl:with-param name="rule" select="$rule"/>
155 <xsl:apply-templates select="transition"/>
160 select="preceding-sibling::item[1]/@rule-number"/>
161 <xsl:apply-templates select="key('bison:ruleByNumber', @rule-number)">
162 <xsl:with-param name="point" select="@point"/>
163 <xsl:with-param name="num" select="@rule-number"/>
165 select="key('bison:ruleByNumber', $prev-rule-number)/lhs[text()]"
168 <xsl:apply-templates select="lookaheads"/>
187 <xsl:value-of select="$num"/>
192 <xsl:with-param name="str" select="'|'"/>
193 <xsl:with-param name="pad" select="number(string-length(lhs[text()])) + 1"/>
197 <xsl:value-of select="lhs"/>
204 <xsl:for-each select="rhs/symbol|rhs/empty">
205 <xsl:apply-templates select="."/>
214 <xsl:value-of select="."/>
221 <xsl:apply-templates select="symbol"/>
226 <xsl:value-of select="."/>
238 <xsl:value-of select="$state"/>
240 <xsl:value-of select="$state"/>
242 <xsl:value-of select="$rule"/>
255 <xsl:value-of select="$state"/>
257 <xsl:value-of select="$rule"/>
268 <xsl:value-of select="$rule"/>
270 <xsl:value-of select="$color"/>
278 <xsl:with-param name="src" select="../../../@number"/>
279 <xsl:with-param name="dst" select="@state"/>
295 <xsl:value-of select="@symbol"/>
305 <xsl:value-of select="$number"/>
308 <xsl:value-of select="$number"/>
311 <xsl:with-param name="subject" select="$label"/>
322 <xsl:value-of select="$src"/>
324 <xsl:value-of select="$dst"/>
326 <xsl:value-of select="$style"/>
330 <xsl:with-param name="subject" select="$label"/>
344 <xsl:with-param name="subject" select="$subject"/>
345 <xsl:with-param name="search" select="'\'"/>
346 <xsl:with-param name="replace" select="'\\'"/>
349 <xsl:with-param name="search" select="'&quot;'"/>
350 <xsl:with-param name="replace" select="'\&quot;'"/>
353 <xsl:with-param name="search" select="'&#10;'"/>
354 <xsl:with-param name="replace" select="'\l'"/>
364 <xsl:variable name="before" select="substring-before($subject, $search)"/>
365 <xsl:variable name="after" select="substring-after($subject, $search)"/>
366 <xsl:value-of select="$before"/>
367 <xsl:value-of select="$replace"/>
369 <xsl:with-param name="subject" select="$after"/>
370 <xsl:with-param name="search" select="$search"/>
371 <xsl:with-param name="replace" select="$replace"/>
375 <xsl:value-of select="$subject"/>
381 <xsl:param name="str" select="''"/>
382 <xsl:param name="pad" select="0"/>
383 <xsl:variable name="diff" select="$pad - string-length($str)" />
386 <xsl:value-of select="$str"/>
390 <xsl:with-param name="repeat" select="$diff"/>
392 <xsl:value-of select="$str"/>