(xalan-site) branch master updated: committing modifications to xalan-j xslt3.0 alpha1 release notes document
[email protected] Thu, 09 Apr 2026 22:46:19 +0000
| Newsgroups | gmane.text.xml.xalan.devel |
|---|---|
| Message-ID | <177577477957.366001.17760015930945519348@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
mukulg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-site.git
The following commit(s) were added to refs/heads/master by this push:
new 95cbe37b committing modifications to xalan-j xslt3.0 alpha1 release notes document
95cbe37b is described below
commit 95cbe37b276d61910b8fc546c10c8bcc67b80029
Author: Mukul Gandhi <[email protected]>
AuthorDate: Fri Apr 10 04:16:06 2026 +0530
committing modifications to xalan-j xslt3.0 alpha1 release notes document
---
xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt b/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
index f809d72b..7a02eba7 100644
--- a/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
+++ b/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
@@ -2,27 +2,31 @@
Apache Xalan XSLT 3.0 alpha1 release notes
------------------------------------------
- Modification date : 2026-04-08
+ Modification date : 2026-04-10
Following are the details for this Xalan-J, project release.
-1) This Xalan-J release named 'xslt3.0_alpha1', provides XSLT 3.0 and XPath 3.1 language various feature implementations.
+1) This Xalan-J release named 'xslt3.0_alpha1', provides XSLT 3.0 and XPath 3.1 language various feature implementations.
-2) The list of Jira issues addressed by this Xalan-J release, are available here, https://xalan.apache.org/xalan-j/xsl3/release/alpha1/xalanj_xslt3.0_alpha1_jira_issue_list.pdf
+2) JDK releases supported
+
+ JDK 1.8 upto 25
+
+3) The list of Jira issues addressed by this Xalan-J release, are available here, https://xalan.apache.org/xalan-j/xsl3/release/alpha1/xalanj_xslt3.0_alpha1_jira_issue_list.pdf
There are few Xalan-J XSLT 3.0 implementation aspects, that're not specified within this web link, and are available as prose within point 3) below.
-3) Description of Xalan-J XSLT 3.0 implementation status, is available here, https://xalan.apache.org/xalan-j/xsl3/xalanj_xslt3.0_implementation_status.pdf
+4) Description of Xalan-J XSLT 3.0 implementation status, is available here, https://xalan.apache.org/xalan-j/xsl3/xalanj_xslt3.0_implementation_status.pdf
-4) This Xalan-J release src archive contains document BUILDING.txt, that describes steps about how to build Xalan-J XSLT 3.0 project from its src code.
+5) This Xalan-J release src archive contains document BUILDING.txt, that describes steps about how to build Xalan-J XSLT 3.0 project from its src code.
-5) Xalan XSLT 3.0 development code’s latest conformance results with W3C XSLT 3.0 test suite, are available here : https://github.com/apache/xalan-java/blob/xalan-j_xslt3.0_mvn/src/test/java/org/apache/xalan/tests/w3c/xslt3/result/w3c_xslt3_testsuite_xalan-j_result.xml
+6) Xalan XSLT 3.0 development code’s latest conformance results with W3C XSLT 3.0 test suite, are available here : https://github.com/apache/xalan-java/blob/xalan-j_xslt3.0_mvn/src/test/java/org/apache/xalan/tests/w3c/xslt3/result/w3c_xslt3_testsuite_xalan-j_result.xml
-6) Xalan-J XSLT 3.0 implementation, contains copy of software code from Java org.json library, to help implement XPath 3.1 functions that use JSON documents.
+7) Xalan-J XSLT 3.0 implementation, contains copy of software code from Java org.json library, to help implement XPath 3.1 functions that use JSON documents.
This has been helpful for Xalan-J project, to be able to reuse org.json library's JSON document parse support. Xalan-J has little bit modified org.json
library's Java classes org.json.JSONObject & org.json.JSONParserConfiguration for Xalan-J XPath 3.1 JSON function implementations.
-7) Xalan-J XSLT 3.0 implementation, contains copy of small parts of Eclipse WTP (Web Tools Platform) project XPath 2.0 processor implementation's
+8) Xalan-J XSLT 3.0 implementation, contains copy of small parts of Eclipse WTP (Web Tools Platform) project XPath 2.0 processor implementation's
XML Schema data type classes. The design reuse for these XML Schema data type classes has been helpful for Xalan-J XSLT 3.0 project implementation,
The code for these Java classes have been modified little bit by Xalan-J project to add XPath context information and XSLT transformation exception handling.
Few of Xalan-J team members who're also Xerces-J project committers, have previously contributed to WTP XPath 2.0 project src code.
@@ -50,6 +54,10 @@ Following people have contributed to the development for this Xalan-J release.
> Xalan-J implementation for, various XSLT 3.0 and XPath 3.1 language features
+1.4) Michael Glavassevich <[email protected]>
+
+> Xalan-J implementation review and design guidance, from Xerces-J perspective
+
2) Xalan-J community members
2.1) Martin Honnen <[email protected]>