Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions static/editors/oxygen/latest.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
</div>
<div>
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
<div>
<h3>v3.4.1</h3>
<ul>
<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>
<li>The built-in XQuery-based Schematron implementation, XQS, is now v1.1.5.</li>
<li>The XProc-based Oxygen transformation scenarios for running XSpec tests for XSLT and XQuery now use XProc 3 instead of XProc 1.</li>
<li>Tested with Oxygen 28.0. This add-on requires Oxygen 28.0 or later, due to the XProc 3 scenarios.</li>
</ul>
</div>
<div>
<h3>v3.3.2</h3>
<ul>
Expand Down Expand Up @@ -76,17 +85,6 @@
<li>Official release of v3.1</li>
</ul>
</div>
<div>
<h3>v3.1.1</h3>
<ul>
<li>Release Candidate of the stable release</li>
<li>fix(report): XSLT code coverage reports for Saxon 12.4 have many bug fixes in the coverage status</li>
<li>feat(schematron): SchXslt 1.10 replaces 1.9.5 as the built-in Schematron implementation</li>
<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>
<li>Tested with Oxygen 26.1</li>
<li>Tested with BaseX 11.3</li>
</ul>
</div>
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions static/editors/oxygen/oxygen-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
* Update the changelog in xt:description
-->
<xt:location
href="https://github.com/xspec/xspec/archive/refs/tags/v3.3.2.zip" />
href="https://github.com/xspec/xspec/archive/refs/tags/v3.4.1.zip" />

<xt:version>3.3.2</xt:version>
<xt:version>3.4.1</xt:version>

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

<xt:type>framework</xt:type>

Expand Down