You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2024/02/01 14:45:47 UTC

(xalan-java) branch xalan-j_xslt3.0 updated (c72eaf87 -> 3fcbc1bf)

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a change to branch xalan-j_xslt3.0
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


    from c72eaf87 Merge pull request #170 from mukulga/xalan-j_xslt3.0_mukul
     add b1982960 committing improvements to fn:distinct-values function's processing, when using xsl3 'as' atribute on an element xsl:variable
     new 3fcbc1bf Merge pull request #171 from mukulga/xalan-j_xslt3.0_mukul

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/org/apache/xalan/templates/ElemForEach.java    | 14 +++++++++--
 .../xslt/util/XslTransformEvaluationHelper.java    | 28 ++++++++++++++--------
 tests/fn_distinct_values/test8.xsl                 |  2 +-
 tests/fn_distinct_values/{test8.xsl => test9.xsl}  | 17 ++++++++-----
 .../apache/xalan/xpath3/FnDistinctValuesTests.java | 10 ++++++++
 5 files changed, 52 insertions(+), 19 deletions(-)
 copy tests/fn_distinct_values/{test8.xsl => test9.xsl} (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org


(xalan-java) 01/01: Merge pull request #171 from mukulga/xalan-j_xslt3.0_mukul

Posted by mu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch xalan-j_xslt3.0
in repository https://gitbox.apache.org/repos/asf/xalan-java.git

commit 3fcbc1bf8ddc55be2af9f18c79ea7739c56219a8
Merge: c72eaf87 b1982960
Author: mukulga <ga...@gmail.com>
AuthorDate: Thu Feb 1 20:15:43 2024 +0530

    Merge pull request #171 from mukulga/xalan-j_xslt3.0_mukul
    
    committing improvements to fn:distinct-values function's processing, when using xsl3 'as' attribute on an element xsl:variable

 src/org/apache/xalan/templates/ElemForEach.java    | 14 +++++++++--
 .../xslt/util/XslTransformEvaluationHelper.java    | 28 ++++++++++++++--------
 tests/fn_distinct_values/test8.xsl                 |  2 +-
 tests/fn_distinct_values/{test8.xsl => test9.xsl}  | 17 ++++++++-----
 .../apache/xalan/xpath3/FnDistinctValuesTests.java | 10 ++++++++
 5 files changed, 52 insertions(+), 19 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org