Home | History | Annotate | Download | only in lib

Lines Matching full:arg1

23           <xsl:with-param name="arg1" select="$pA0"/>
72 <xsl:param name="arg1" select="/.."/>
75 <xsl:copy-of select="$arg1/*[position() &lt; 3]"/>
76 <xsl:copy-of select="$arg1/line[position() != last()]"/>
79 <xsl:when test="contains($arg1/*[1], $arg2)">
80 <xsl:if test="string($arg1/word)">
82 <xsl:with-param name="pLine" select="$arg1/line[last()]"/>
83 <xsl:with-param name="pWord" select="$arg1/word"/>
84 <xsl:with-param name="pLineLength" select="$arg1/*[2]"/>
89 <xsl:copy-of select="$arg1/line[last()]"/>
90 <word><xsl:value-of select="concat($arg1/word, $arg2)"/></word>