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

Henry Zongaro updated XALANJ-1369:
----------------------------------

    Priority: Major

> problem with unioned elements in Muenchian Grouping
> ---------------------------------------------------
>
>          Key: XALANJ-1369
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1369
>      Project: XalanJ2
>         Type: Bug
>   Components: XSLTC
>     Versions: 2.4
>  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://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to