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/04 16:34:26 UTC

(xalan-java) branch xalan-j_xslt3.0 updated (c35cb338 -> 97d41a75)

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 c35cb338 Merge pull request #173 from mukulga/xalan-j_xslt3.0_mukul
     add f23916b4 committing implementation of xpath 3.1 fn:default-collation function, and few related working new test cases as well
     new 97d41a75 Merge pull request #174 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/xpath/compiler/FunctionTable.java   | 10 ++-
 src/org/apache/xpath/compiler/Keywords.java        |  3 +
 .../FuncMathPi.java => FuncDefaultCollation.java}  | 40 +++++-----
 tests/fn_default_collation/gold/test1.out          |  1 +
 tests/fn_default_collation/gold/test2.out          | 13 ++++
 .../xsl9.xsl => fn_default_collation/test1.xsl}    | 18 ++---
 tests/fn_default_collation/test1_a.xml             | 27 +++++++
 tests/fn_default_collation/test2.xsl               | 86 ++++++++++++++++++++++
 ...rEachPairTests.java => FnDefaultCollation.java} | 12 +--
 tests/org/apache/xalan/xslt3/Xsl3TestSuite1.java   |  3 +-
 10 files changed, 175 insertions(+), 38 deletions(-)
 copy src/org/apache/xpath/functions/{math/FuncMathPi.java => FuncDefaultCollation.java} (69%)
 create mode 100644 tests/fn_default_collation/gold/test1.out
 create mode 100644 tests/fn_default_collation/gold/test2.out
 copy tests/{xml_dot_com_higher_order_functions_tests/xsl9.xsl => fn_default_collation/test1.xsl} (77%)
 create mode 100644 tests/fn_default_collation/test1_a.xml
 create mode 100644 tests/fn_default_collation/test2.xsl
 copy tests/org/apache/xalan/xpath3/{FnForEachPairTests.java => FnDefaultCollation.java} (83%)


---------------------------------------------------------------------
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 #174 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 97d41a7574be03ad69f3a1433d33ba4cbf1dabb1
Merge: c35cb338 f23916b4
Author: mukulga <ga...@gmail.com>
AuthorDate: Sun Feb 4 22:04:20 2024 +0530

    Merge pull request #174 from mukulga/xalan-j_xslt3.0_mukul
    
    committing implementation of xpath 3.1 fn:default-collation function, and few related working new test cases as well

 src/org/apache/xpath/compiler/FunctionTable.java   | 10 ++-
 src/org/apache/xpath/compiler/Keywords.java        |  3 +
 .../xpath/functions/FuncDefaultCollation.java      | 59 +++++++++++++++
 tests/fn_default_collation/gold/test1.out          |  1 +
 tests/fn_default_collation/gold/test2.out          | 13 ++++
 tests/fn_default_collation/test1.xsl               | 37 ++++++++++
 tests/fn_default_collation/test1_a.xml             | 27 +++++++
 tests/fn_default_collation/test2.xsl               | 86 ++++++++++++++++++++++
 .../apache/xalan/xpath3/FnDefaultCollation.java    | 72 ++++++++++++++++++
 tests/org/apache/xalan/xslt3/Xsl3TestSuite1.java   |  3 +-
 10 files changed, 309 insertions(+), 2 deletions(-)


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