Home | History | Annotate | Download | only in xslt

Lines Matching full:select

58   <xsl:variable name="transitions" select="actions/transitions"/>
59 <xsl:variable name="reductions" select="actions/reductions"/>
62 select="
68 <xsl:for-each select="$terminals">
69 <xsl:variable name="name" select="."/>
73 select="count($transitions/transition[@symbol=$name])"
77 select="count($reductions/reduction[@symbol=$name])"
88 <xsl:value-of select="string-length(translate($conflict-data, 'r', ''))"/>
90 <xsl:value-of select="string-length(translate($conflict-data, 's', ''))"/>
95 <xsl:param name="fill" select="' '"/>
98 <xsl:with-param name="repeat" select="$repeat - 1"/>
99 <xsl:with-param name="fill" select="$fill"/>
101 <xsl:value-of select="$fill"/>