(xalan-site) branch master updated: committing modifications to xalan-j xslt 3.0 alpha1 release notes document
[email protected] Sat, 07 Mar 2026 05:22:43 +0000
| Newsgroups | gmane.text.xml.xalan.devel |
|---|---|
| Message-ID | <177286096332.1951119.1334424075166758399@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 a50aa65d committing modifications to xalan-j xslt 3.0 alpha1 release notes document
a50aa65d is described below
commit a50aa65d414a0f281ece1bc51aba6d34ff1f92e4
Author: Mukul Gandhi <[email protected]>
AuthorDate: Sat Mar 7 10:52:17 2026 +0530
committing modifications to xalan-j xslt 3.0 alpha1 release notes document
---
xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt b/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
index 4bdde8d0..44560482 100644
--- a/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
+++ b/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
@@ -2,7 +2,7 @@
Apache Xalan XSLT 3.0 alpha1 release notes
------------------------------------------
- Modification date : 2026-03-03
+ Modification date : 2026-03-07
Following are the details for this Xalan-J, project release.
@@ -10,13 +10,23 @@ 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.
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
+ 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) 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 source code.
+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) 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.
+ 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
+ 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.
+
Acknowledgements
----------------
@@ -42,14 +52,18 @@ Following people have contributed to the development for this Xalan-J release.
2) Xalan-J community members
-2.1) Martin Honnen
+2.1) Martin Honnen <[email protected]>
> Verification of Xalan-J XSLT 3.0 build integrity
> Reporting of various Xalan-J XSL 3 implementation defects and verification of fixes.
-2.2) Vladimir Sitnikov
+2.2) Vladimir Sitnikov <[email protected]>
+
+> Various Xalan-J project, process improvement suggestions and helpful reviews while setting up
+ Xalan's XSLT 3.0 code repository branch.
-Suggestions to improve Xalan-J XSL 3 implementation tests design
+> Various design and code suggestions to help refactor and improve, Xalan-J XSL 3 implementation
+ software tests construction.
Release milestone information