count( $x |. ) != count( $x ) not working as expected
-----------------------------------------------------

                 Key: XALANJ-2390
                 URL: https://issues.apache.org/jira/browse/XALANJ-2390
             Project: XalanJ2
          Issue Type: Bug
          Components: XPath-function
    Affects Versions: 2.7
         Environment: WinXP SP2, JRE 1.5.0_11
            Reporter: Glenn D. Rasmussen


<xsl:template match="a:b">
 <xsl:variable name="dontProcess" select="a:c|a:d|a:e"/>
 <xsl:apply-templates select="*[count( $dontProcess | . ) != count( 
$dontProcess )"/>
</xsl:template>

In my environment, processing occurs on nodes I would not expect.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to