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

(xalan-java) branch xalan-j_xslt3.0 updated (f54436d7 -> f133f32a)

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 f54436d7 Merge pull request #178 from mukulga/xalan-j_xslt3.0_mukul
     add efe8e1e1 committing implementation of xpath 3.1 fn:base-uri function, and a related new working test case. also doing minor improvements to comments within the class XNodeSet
     new f133f32a Merge pull request #179 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   |   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 +
 .../test7.xsl => fn_base_uri/test1.xsl}            |  49 +++----
 .../apache/xalan/util/XSLTransformTestsUtil.java   |  50 +++++++
 ...seXmlFragmentTests.java => FnBaseUriTests.java} |  16 +-
 tests/org/apache/xalan/xslt3/Xsl3TestSuite1.java   |   4 +-
 9 files changed, 263 insertions(+), 38 deletions(-)
 create mode 100644 src/org/apache/xpath/functions/FuncBaseUri.java
 create mode 100644 tests/fn_base_uri/gold/test1.out
 copy tests/{xsl_template_attribute_as/test7.xsl => fn_base_uri/test1.xsl} (56%)
 copy tests/org/apache/xalan/xpath3/{FnParseXmlFragmentTests.java => FnBaseUriTests.java} (74%)


---------------------------------------------------------------------
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 #179 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 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