Hi all,
I've just thought of letting Apache Xalan mailing list subscribers
on this list know about Xalan-J XSLT 3.0 development code (repos
branch location
https://github.com/apache/xalan-java/blob/xalan-j_xslt3.0_mvn)'s
compliance as of now with Xalan-J's own XSLT 3.0 tests and W3C XSLT
3.0 test suite.
Following are the details for your reference:
1) Apache Xalan-J's XSLT 3.0 development code's compliance with W3C
XSLT 3.0 test suite is summarized 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
2) Apache Xalan-J's XSLT 3.0 tests pass percentage details
2.1) Xalan-J's own XSLT 3.0 tests:
Total tests 1088
Tests passed 1088
Pass % 100%
2.2) W3C XSLT 3.0 tests run details:
Total tests 2164
Tests passed 1275
Tests skipped 34 (These are XSLT 2.0 only tests and have not been run)
Pass % 60.49%
2.3) Xalan-J's overall XSLT 3.0 tests pass percent details
((1088 + 1275 + 34) / (1088 + 2164)) * 100 = 73.7%
--
Regards,
Mukul Gandhi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]