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/10 15:23:24 UTC

(xalan-java) 01/01: Merge pull request #179 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 f133f32aa3bd9e70a4121267968ab7dac6cb6318
Merge: f54436d7 efe8e1e1
Author: mukulga <ga...@gmail.com>
AuthorDate: Sat Feb 10 20:53:17 2024 +0530

    Merge pull request #179 from mukulga/xalan-j_xslt3.0_mukul
    
    committing implementation of xpath 3.1 fn:base-uri function, and a related new working test case. also committing minor improvements to comments within the class XNodeSet.

 src/org/apache/xpath/compiler/FunctionTable.java   |   9 +-
 src/org/apache/xpath/compiler/Keywords.java        |   3 +
 src/org/apache/xpath/functions/FuncBaseUri.java    | 161 +++++++++++++++++++++
 src/org/apache/xpath/objects/XNodeSet.java         |   4 +-
 tests/fn_base_uri/gold/test1.out                   |   5 +
 tests/fn_base_uri/test1.xsl                        |  56 +++++++
 .../apache/xalan/util/XSLTransformTestsUtil.java   |  50 +++++++
 tests/org/apache/xalan/xpath3/FnBaseUriTests.java  |  62 ++++++++
 tests/org/apache/xalan/xslt3/Xsl3TestSuite1.java   |   4 +-
 9 files changed, 350 insertions(+), 4 deletions(-)


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