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

(xalan-java) 01/01: Merge pull request #177 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 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