[ http://issues.apache.org/jira/browse/XALANJ-1369?page=all ]

Brian Minchau updated XALANJ-1369:
----------------------------------

    Version: Latest Development Code
                 (was: 2.4)

> problem with unioned elements in Muenchian Grouping
> ---------------------------------------------------
>
>          Key: XALANJ-1369
>          URL: http://issues.apache.org/jira/browse/XALANJ-1369
>      Project: XalanJ2
>         Type: Bug
>   Components: XSLTC
>     Versions: Latest Development Code
>  Environment: Operating System: Other
> Platform: Other
>     Reporter: Jörg Heinicke
>     Assignee: Xalan Developers Mailing List
>  Attachments: test.xml, test.xsl
>
> The starting is the same as Bug #15527, but with XSLTC something else on 
> another
> place in the code went wrong. The key declaration has nothing to do with this
> problem, only the applying of the template:
> Does not work:
> <xsl:apply-templates select="
>     (//jpath:if       | //jpath:when    )[generate-id(.) =
> generate-id(key('JPathExprs', @test))]
>   | (//jpath:for-each | //jpath:value-of)[generate-id(.) =
> generate-id(key('JPathExprs', @select))]"/>
> Works:
> <xsl:apply-templates select="
>   //jpath:if      [generate-id(.) = generate-id(key('JPathExprs', @test))]
> | //jpath:when    [generate-id(.) = generate-id(key('JPathExprs', @test))]
> | //jpath:value-of[generate-id(.) = generate-id(key('JPathExprs', @select))]
> | //jpath:for-each[generate-id(.) = generate-id(key('JPathExprs', 
> @select))]"/>
> The template is not applied to all elements it should be. Some got forgotten.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to