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 6c429d06 minor changes to xalan-j xsl 3 implementation test result html document and an xsl stylesheet that produced these result details 6c429d06 is described below commit 6c429d061e75bc137723de0596de793634ccd0bc Author: Mukul Gandhi <gandhi.mu...@gmail.com> AuthorDate: Wed Apr 16 12:29:01 2025 +0530 minor changes to xalan-j xsl 3 implementation test result html document and an xsl stylesheet that produced these result details --- xalan-j/xsl3/tests/xalan-j_xsl3_test_suite_result.html | 4 ++-- xalan-j/xsl3/tests/xsl_trf_test_suite_result.xsl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xalan-j/xsl3/tests/xalan-j_xsl3_test_suite_result.html b/xalan-j/xsl3/tests/xalan-j_xsl3_test_suite_result.html index 0fffcfd5..12137051 100644 --- a/xalan-j/xsl3/tests/xalan-j_xsl3_test_suite_result.html +++ b/xalan-j/xsl3/tests/xalan-j_xsl3_test_suite_result.html @@ -4,9 +4,9 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Xalan-J XSL 3 transformations test suite result</title> </head> - <body><br><h3 style="text-align: center; color: green;">Apache Xalan-J's XSL 3 transformations test suite result</h3><br><table align="center"> + <body><br><h3 style="text-align: center; color: green;">Apache Xalan-J XSL 3 transformations test suite result</h3><br><table align="center"> <tr align="center"> - <td>Modified timestamp : 2025-04-16T12:12:45.818+05:30</td> + <td>Last modified : 2025-04-16T12:26:35.798+05:30</td> </tr> <tr> <td> </td> diff --git a/xalan-j/xsl3/tests/xsl_trf_test_suite_result.xsl b/xalan-j/xsl3/tests/xsl_trf_test_suite_result.xsl index 67bf95f0..63c34b5b 100644 --- a/xalan-j/xsl3/tests/xsl_trf_test_suite_result.xsl +++ b/xalan-j/xsl3/tests/xsl_trf_test_suite_result.xsl @@ -16,13 +16,13 @@ <title>Xalan-J XSL 3 transformations test suite result</title> </head> <body> - <br/><h3 style="text-align: center; color: green;">Apache Xalan-J's XSL 3 transformations test suite result</h3><br/> + <br/><h3 style="text-align: center; color: green;">Apache Xalan-J XSL 3 transformations test suite result</h3><br/> <xsl:variable name="tests" select="@tests" as="xs:integer"/> <xsl:variable name="failures" select="@failures" as="xs:integer"/> <xsl:variable name="errors" select="@errors" as="xs:integer"/> <table align="center"> <tr align="center"> - <td>Modified timestamp : <xsl:value-of select="current-dateTime()"/></td> + <td>Last modified : <xsl:value-of select="current-dateTime()"/></td> </tr> <tr> <td> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org