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

(xalan-java) branch xalan-j_xslt3.0 updated (0236d111 -> 6cf38aaa)

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 0236d111 Merge pull request #181 from mukulga/xalan-j_xslt3.0_mukul
     add cdc2091d 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)
     new 6cf38aaa Merge pull request #182 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 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 ++
 tests/{fn_base_uri => fn_document_uri}/test1.xsl   |  32 +++++------
 tests/org/apache/xalan/xpath3/FnBaseUriTests.java  |   7 +--
 ...lFragmentTests.java => FnDocumentUriTests.java} |  16 +++---
 tests/org/apache/xalan/xslt3/Xsl3TestSuite1.java   |   3 +-
 15 files changed, 101 insertions(+), 73 deletions(-)
 copy src/org/apache/xpath/functions/{FuncBaseUri.java => FuncDocumentUri.java} (72%)
 rename tests/fn_base_uri/{test1_b.xml => test1_a.xml} (100%)
 create mode 100644 tests/fn_document_uri/gold/test1.out
 copy tests/{fn_base_uri => fn_document_uri}/test1.xsl (63%)
 copy tests/org/apache/xalan/xpath3/{FnParseXmlFragmentTests.java => FnDocumentUriTests.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 #182 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 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