[ 
https://issues.apache.org/jira/browse/XALANJ-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henry Zongaro resolved XALANJ-2390.
-----------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.7.1

> 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
>             Fix For: 2.7.1
>
>         Attachments: XALAN 2.7.0 Bug.zip
>
>
> <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