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/20 09:46:23 UTC

(xalan-java) 01/01: Merge pull request #182 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 6cf38aaa1444852ec8d80e585b2cfe03d8737707
Merge: 0236d111 cdc2091d
Author: mukulga <ga...@gmail.com>
AuthorDate: Tue Feb 20 15:16:15 2024 +0530

    Merge pull request #182 from mukulga/xalan-j_xslt3.0_mukul
    
    committing implementation of xpath 3.1 function fn:document-uri, and related working new test case as well. also committing minor code refactoring of few other xalanj files on this dev repos branch, and minor improvements to implementation of xs:QName data type as well (available within the file xpath31_types.jar)

 lib/xpath31_types.jar                              | Bin 60663 -> 61807 bytes
 .../apache/xalan/templates/ElemForEachGroup.java   |   4 +-
 src/org/apache/xpath/compiler/FunctionTable.java   |   8 ++-
 src/org/apache/xpath/compiler/Keywords.java        |   3 +
 src/org/apache/xpath/functions/FuncBaseUri.java    |  26 ++++++---
 .../{FuncBaseUri.java => FuncDocumentUri.java}     |  63 +++++++++++----------
 src/org/apache/xpath/functions/FuncNodeName.java   |   2 +-
 src/org/apache/xpath/objects/XObject.java          |   3 +
 tests/fn_base_uri/{test1_b.xml => test1_a.xml}     |   0
 tests/fn_base_uri/test2.xsl                        |   2 +-
 tests/fn_document_uri/gold/test1.out               |   5 ++
 .../test2.xsl => fn_document_uri/test1.xsl}        |  21 +++++--
 tests/org/apache/xalan/xpath3/FnBaseUriTests.java  |   7 +--
 ...FnBaseUriTests.java => FnDocumentUriTests.java} |  23 ++------
 tests/org/apache/xalan/xslt3/Xsl3TestSuite1.java   |   3 +-
 15 files changed, 101 insertions(+), 69 deletions(-)


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