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 2023/08/24 13:54:31 UTC

[xalan-java] branch xalan-j_xslt3.0 updated: committing minor improvements to comments within, few of xalanj test case files on this branch. also committing an experimental xalanj xslt 3.0 developer binary release package, from latest codebase on this branch as of now (this could be used, to test xalanj's xslt 3.0 implementation as of now, without access to xalanj src code. test case folder with all its files are provided within this zip archive).

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


The following commit(s) were added to refs/heads/xalan-j_xslt3.0 by this push:
     new 6e6ec73e committing minor improvements to comments within, few of xalanj test case files on this branch. also committing an experimental xalanj xslt 3.0 developer binary release package, from latest codebase on this branch as of now (this could be used, to test xalanj's xslt 3.0 implementation as of now, without access to xalanj src code. test case folder with all its files are provided within this zip archive).
     new 15cd8968 Merge pull request #60 from mukulga/xalan-j_xslt3.0_mukul
6e6ec73e is described below

commit 6e6ec73e0ee21b2a5a81b3283975fea0183db95b
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Thu Aug 24 19:18:45 2023 +0530

    committing minor improvements to comments within, few of xalanj test case files on this branch. also committing an experimental xalanj xslt 3.0 developer binary release package, from latest codebase on this branch as of now (this could be used, to test xalanj's xslt 3.0 implementation as of now, without access to xalanj src code. test case folder with all its files are provided within this zip archive).
---
 tests/fn_sort/test17.xsl                          |   6 +++---
 tests/fn_sort/test18.xsl                          |   6 +++---
 xalan-j_xslt3.0_developer_binaries_2023-08-24.zip | Bin 0 -> 5787331 bytes
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/fn_sort/test17.xsl b/tests/fn_sort/test17.xsl
index 2462cfd9..639decd8 100644
--- a/tests/fn_sort/test17.xsl
+++ b/tests/fn_sort/test17.xsl
@@ -6,9 +6,9 @@
    
    <!-- An XSLT stylesheet test case, to test an XPath 3.1 function
         fn:sort which produces the result in an ascending order of input 
-        sequence items, and producing a descending ordered sort result
-        of input sequence items using the function fn:reverse on result
-        of call to function fn:sort. -->                            
+        sequence items. This stylesheet, also produces a descending ordered
+        sort result of input sequence items using the function fn:reverse
+        on result of call to function fn:sort. -->                            
 
    <xsl:output method="xml" indent="yes"/>
    
diff --git a/tests/fn_sort/test18.xsl b/tests/fn_sort/test18.xsl
index c18dfead..9e9a547d 100644
--- a/tests/fn_sort/test18.xsl
+++ b/tests/fn_sort/test18.xsl
@@ -10,9 +10,9 @@
    
    <!-- An XSLT stylesheet test case, to test an XPath 3.1 function
         fn:sort which produces the result in an ascending order of input 
-        sequence items, and producing a descending ordered sort result
-        of input sequence items using the function fn:reverse on result
-        of call to function fn:sort. -->                             
+        sequence items. This stylesheet, also produces a descending ordered
+        sort result of input sequence items using the function fn:reverse
+        on result of call to function fn:sort. -->                             
 
    <xsl:output method="xml" indent="yes"/>
    
diff --git a/xalan-j_xslt3.0_developer_binaries_2023-08-24.zip b/xalan-j_xslt3.0_developer_binaries_2023-08-24.zip
new file mode 100644
index 00000000..f308b692
Binary files /dev/null and b/xalan-j_xslt3.0_developer_binaries_2023-08-24.zip differ


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