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 b211b53c committing xalan-j xslt 3.0 alpha1 release notes document
b211b53c is described below
commit b211b53c5716af9eb5cd091cc3ba202c564d71d8
Author: Mukul Gandhi <[email protected]>
AuthorDate: Fri Apr 10 04:59:51 2026 +0530
committing xalan-j xslt 3.0 alpha1 release notes document
---
xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt | 29 ++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)
diff --git a/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
b/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
index 7a02eba7..a5ea7b82 100644
--- a/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
+++ b/xalan-j/xsl3/release/alpha1/RELEASE-NOTES.txt
@@ -5,13 +5,14 @@
Modification date : 2026-04-10
-Following are the details for this Xalan-J, project release.
+Details about 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) JDK releases supported
+2) The following JDK releases are supported
- JDK 1.8 upto 25
+ JDK 1.5 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.
@@ -32,6 +33,28 @@ Following are the details for this Xalan-J, project release.
Few of Xalan-J team members who're also Xerces-J project committers, have
previously contributed to WTP XPath 2.0 project src code.
+Deploying/running Xalan-J XSLT 3.0 alpha1 release from JVM classpath / module
path
+----------------------------------------------------------------------------------
+
+The following steps are for, Xalan-J XSLT 3.0 alpha1 interpretive processor.
+
+Assumption: Xalan-J XSLT 3.0 implementation jars are, available within local
folder "lib" relative to user's current directory
+
+A) Running Xalan-J via JVM classpath
+
+a.1) Running via JVM 1.5+ classpath
+
+java -Djava.endorsed.dirs=lib org.apache.xalan.xslt.Process -in file.xml -xsl
file.xsl
+
+a.2) Running via JVM 25 classpath
+
+java -classpath lib/* org.apache.xalan.xslt.Process -in file.xml -xsl file.xsl
+
+B) Running Xalan-J via JVM module path
+
+java --module-path lib/xalan-java-3.0.1-SNAPSHOT.jar --module
moduleName/org.apache.xalan.xslt.Process
+
+
Acknowledgements
----------------
Following people have contributed to the development for this Xalan-J release.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]