One of the most basic changes in XSLT2+, if I remember correctly, was in reconciling node sets and temporary trees to be a single data type. If so, it might be a good idea to start with that before digging too deeply into other changes, to avoid risk of additional recording.
-- /_ Joe Kesselman (he/him/his) -/ _) My Alexa skill for New Music/New Sounds fans: / https://www.amazon.com/dp/B09WJ3H657/ () Plaintext Ribbon Campaign /\ Stamp out HTML mail! ________________________________ From: Mukul Gandhi (Jira) <j...@apache.org> Sent: Monday, May 1, 2023 12:35:00 PM To: dev@xalan.apache.org <dev@xalan.apache.org> Subject: [jira] [Created] (XALANJ-2646) Implementation of xslt 3.0's xsl:for-each-group instruction, for XalanJ's interpretive processor Mukul Gandhi created XALANJ-2646: ------------------------------------ Summary: Implementation of xslt 3.0's xsl:for-each-group instruction, for XalanJ's interpretive processor Key: XALANJ-2646 URL: https://issues.apache.org/jira/browse/XALANJ-2646 Project: XalanJ2 Issue Type: New Feature Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.) Reporter: Mukul Gandhi Assignee: Gary D. Gregory I'm creating this jira issue, to track implementation of XSLT 3.0's xsl:for-each-group instruction, for XalanJ's interpretive processor. I've done little bit of implementation for this, that seems to work fine for various primary XSLT 3.0 xsl:for-each-group use cases. The XSLT 3.0 structural implementation for xsl:for-each-group, implementing the XSLT element xsl:for-each-group, and functions fn:current-group(), fn:current-grouping-key() have been completed. The codebase changes for above mentioned implementation aspects, have been committed to xalan-java repo's branch xalan-j_xslt3.0. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org