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:27 UTC

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

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