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/08 10:54:49 UTC

(xalan-java) branch xalan-j_xslt3.0 updated (7ec54c12 -> 782a87a3)

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 7ec54c12 Merge pull request #175 from mukulga/xalan-j_xslt3.0_mukul
     add 63c3d0ca committing implementation of xs:anyURI data type, and few related new working test cases as well. also committing few other related modifications as well.
     new 782a87a3 Merge pull request #177 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:
 lib/xpath31_types.jar                              | Bin 58803 -> 60663 bytes
 .../apache/xalan/templates/ElemForEachGroup.java   |  11 +-
 .../xalan/templates/XSConstructorFunctionUtil.java |  15 ++-
 src/org/apache/xpath/compiler/Keywords.java        |   6 ++
 src/org/apache/xpath/compiler/XPathParser.java     |   6 ++
 .../xpath/composite/SequenceTypeSupport.java       |   8 +-
 src/org/apache/xpath/functions/FuncDeepEqual.java  |   2 +-
 src/org/apache/xpath/objects/XObject.java          |  28 ++++++
 src/org/apache/xpath/operations/InstanceOf.java    | 111 +++++++++------------
 .../test2.out => instanceof_expr/gold/test3.out}   |   2 +-
 .../test23.out => instanceof_expr/gold/test4.out}  |   1 +
 .../test1.out => instanceof_expr/gold/test5.out}   |   2 +-
 .../test2.out => instanceof_expr/gold/test6.out}   |   4 +-
 .../test1.out => instanceof_expr/gold/test7.out}   |   2 +-
 .../test23.out => instanceof_expr/gold/test8.out}  |   1 +
 .../test1.xsl => instanceof_expr/test3.xsl}        |  35 ++++---
 .../test1.xsl => instanceof_expr/test4.xsl}        |  32 +++---
 .../test1.xsl => instanceof_expr/test5.xsl}        |  37 +++----
 .../test1.xsl => instanceof_expr/test6.xsl}        |  40 +++++---
 .../test1.xsl => instanceof_expr/test7.xsl}        |  37 ++++---
 .../test1.xsl => instanceof_expr/test8.xsl}        |  33 +++---
 .../apache/xalan/xpath3/InstanceOfExprTests.java   |  60 +++++++++++
 .../xalan/xpath3/XsConstructorFunctionTests.java   |  20 ++++
 .../gold/test26.out}                               |   1 -
 .../gold/test27.out}                               |   1 -
 tests/xs_constructor_functions/test25.xsl          |   2 +
 .../test26.xsl}                                    |  30 ++++--
 .../test27.xsl}                                    |  30 ++++--
 28 files changed, 360 insertions(+), 197 deletions(-)
 copy tests/{fn_containstoken/gold/test2.out => instanceof_expr/gold/test3.out} (87%)
 copy tests/{xs_constructor_functions/gold/test23.out => instanceof_expr/gold/test4.out} (80%)
 copy tests/{fn_containstoken/gold/test1.out => instanceof_expr/gold/test5.out} (83%)
 copy tests/{sequence_functions/gold/test2.out => instanceof_expr/gold/test6.out} (75%)
 copy tests/{fn_containstoken/gold/test1.out => instanceof_expr/gold/test7.out} (83%)
 copy tests/{xs_constructor_functions/gold/test23.out => instanceof_expr/gold/test8.out} (80%)
 copy tests/{xs_duration_subtypes/test1.xsl => instanceof_expr/test3.xsl} (65%)
 copy tests/{xs_duration_subtypes/test1.xsl => instanceof_expr/test4.xsl} (65%)
 copy tests/{xs_duration_subtypes/test1.xsl => instanceof_expr/test5.xsl} (63%)
 copy tests/{xs_duration_subtypes/test1.xsl => instanceof_expr/test6.xsl} (60%)
 copy tests/{xs_duration_subtypes/test1.xsl => instanceof_expr/test7.xsl} (62%)
 copy tests/{xs_duration_subtypes/test1.xsl => instanceof_expr/test8.xsl} (65%)
 copy tests/{fn_containstoken/gold/test2.out => xs_constructor_functions/gold/test26.out} (86%)
 copy tests/{fn_containstoken/gold/test2.out => xs_constructor_functions/gold/test27.out} (86%)
 copy tests/{xml_dot_com_higher_order_functions_tests/xsl7.xsl => xs_constructor_functions/test26.xsl} (63%)
 copy tests/{xml_dot_com_higher_order_functions_tests/xsl7.xsl => xs_constructor_functions/test27.xsl} (63%)


---------------------------------------------------------------------
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 #177 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 782a87a32fab33a331d7bf85c2b62d2599e61c01
Merge: 7ec54c12 63c3d0ca
Author: mukulga <ga...@gmail.com>
AuthorDate: Thu Feb 8 16:24:44 2024 +0530

    Merge pull request #177 from mukulga/xalan-j_xslt3.0_mukul
    
    committing implementation of xs:anyURI data type, and few related new working test cases as well. also committing few other related modifications as well.

 lib/xpath31_types.jar                              | Bin 58803 -> 60663 bytes
 .../apache/xalan/templates/ElemForEachGroup.java   |  11 +-
 .../xalan/templates/XSConstructorFunctionUtil.java |  15 ++-
 src/org/apache/xpath/compiler/Keywords.java        |   6 ++
 src/org/apache/xpath/compiler/XPathParser.java     |   6 ++
 .../xpath/composite/SequenceTypeSupport.java       |   8 +-
 src/org/apache/xpath/functions/FuncDeepEqual.java  |   2 +-
 src/org/apache/xpath/objects/XObject.java          |  28 ++++++
 src/org/apache/xpath/operations/InstanceOf.java    | 111 +++++++++------------
 tests/instanceof_expr/gold/test3.out               |   7 ++
 tests/instanceof_expr/gold/test4.out               |   5 +
 tests/instanceof_expr/gold/test5.out               |   6 ++
 tests/instanceof_expr/gold/test6.out               |   7 ++
 tests/instanceof_expr/gold/test7.out               |   6 ++
 tests/instanceof_expr/gold/test8.out               |   5 +
 .../test25.xsl => instanceof_expr/test3.xsl}       |  51 ++++++----
 .../test25.xsl => instanceof_expr/test4.xsl}       |  48 +++++----
 .../test25.xsl => instanceof_expr/test5.xsl}       |  49 +++++----
 tests/instanceof_expr/test6.xsl                    |  58 +++++++++++
 .../test25.xsl => instanceof_expr/test7.xsl}       |  53 ++++++----
 .../test25.xsl => instanceof_expr/test8.xsl}       |  49 +++++----
 .../apache/xalan/xpath3/InstanceOfExprTests.java   |  60 +++++++++++
 .../xalan/xpath3/XsConstructorFunctionTests.java   |  20 ++++
 tests/xs_constructor_functions/gold/test26.out     |   6 ++
 tests/xs_constructor_functions/gold/test27.out     |   6 ++
 tests/xs_constructor_functions/test25.xsl          |   2 +
 .../{test25.xsl => test26.xsl}                     |  49 ++++++---
 .../{test25.xsl => test27.xsl}                     |  49 ++++++---
 28 files changed, 536 insertions(+), 187 deletions(-)


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