Skip to content

Commit 58da51b

Browse files
authored
Oxygen add-on for XSpec v3.4.1 (#26)
* Oxygen add-on for XSpec v3.4.1 * Add Java, BaseX, and Saxon changes
1 parent 5d80e41 commit 58da51b

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

static/editors/oxygen/latest.xhtml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
</div>
1616
<div>
1717
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
18+
<div>
19+
<h3>v3.4.1</h3>
20+
<ul>
21+
<li>Requires Java 17 or later. XSpec is tested with Java 17 and 21.</li>
22+
<li>xspec.bat and xspec.sh scripts support running tests for Schematron schemas using XQS as the Schematron implementation. Before running the script, you must install BaseX and set an environment variable named BASEX_JAR to the location of BaseX.jar. </li>
23+
<li>The built-in XQuery-based Schematron implementation, XQS, is now v1.1.5.</li>
24+
<li>The XProc-based Oxygen transformation scenarios for running XSpec tests for XSLT and XQuery now use XProc 3 instead of XProc 1.</li>
25+
<li>Tested with Oxygen 28.0. This add-on requires Oxygen 28.0 or later, due to the XProc 3 scenarios.</li>
26+
<li>Tested with BaseX 12.1.</li>
27+
<li>Tested with Saxon 12.9 and 11.7. XSpec no longer supports Saxon 10.</li>
28+
</ul>
29+
</div>
1830
<div>
1931
<h3>v3.3.2</h3>
2032
<ul>
@@ -76,17 +88,6 @@
7688
<li>Official release of v3.1</li>
7789
</ul>
7890
</div>
79-
<div>
80-
<h3>v3.1.1</h3>
81-
<ul>
82-
<li>Release Candidate of the stable release</li>
83-
<li>fix(report): XSLT code coverage reports for Saxon 12.4 have many bug fixes in the coverage status</li>
84-
<li>feat(schematron): SchXslt 1.10 replaces 1.9.5 as the built-in Schematron implementation</li>
85-
<li>Tested with Saxon 10.9, 11.6, and 12.5, except that detailed contents of XSLT code coverage reports are tested with Saxon 12.4</li>
86-
<li>Tested with Oxygen 26.1</li>
87-
<li>Tested with BaseX 11.3</li>
88-
</ul>
89-
</div>
9091
</div>
9192
</body>
9293
</html>

static/editors/oxygen/oxygen-addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
* Update the changelog in xt:description
1515
-->
1616
<xt:location
17-
href="https://github.com/xspec/xspec/archive/refs/tags/v3.3.2.zip" />
17+
href="https://github.com/xspec/xspec/archive/refs/tags/v3.4.1.zip" />
1818

19-
<xt:version>3.3.2</xt:version>
19+
<xt:version>3.4.1</xt:version>
2020

2121
<!-- Note that supporting multiple oXygen versions may be hard to maintain, because
2222
* oXygen add-on and framework require manual testing.
2323
* oXygen framework cannot always be backward compatible. See
2424
https://github.com/TEIC/oxygen-tei/issues/30. -->
25-
<xt:oxy_version>24.1+</xt:oxy_version>
25+
<xt:oxy_version>28.0+</xt:oxy_version>
2626

2727
<xt:type>framework</xt:type>
2828

0 commit comments

Comments
 (0)