Skip to content

Commit e5d350c

Browse files
authored
Oxygen add-on for XSpec v3.4.2 (#27)
1 parent 58da51b commit e5d350c

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

static/editors/oxygen/latest.xhtml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
</div>
1616
<div>
1717
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
18+
<div>
19+
<h3>v3.4.2</h3>
20+
<ul>
21+
<li>Release Candidate of the stable release</li>
22+
<li>Ant and the "Run XSpec Test" transformation scenario support running tests for Schematron schemas using XQS as the Schematron implementation. You must install BaseX and use the xspec.basex.classpath property (Parameters tab in Edit Ant Scenario dialog) to indicate the location of BaseX.jar.</li>
23+
<li>Tested with XML Calabash 3.0.40.</li>
24+
<li>Tested with BaseX 12.2.</li>
25+
</ul>
26+
</div>
1827
<div>
1928
<h3>v3.4.1</h3>
2029
<ul>
@@ -23,6 +32,7 @@
2332
<li>The built-in XQuery-based Schematron implementation, XQS, is now v1.1.5.</li>
2433
<li>The XProc-based Oxygen transformation scenarios for running XSpec tests for XSLT and XQuery now use XProc 3 instead of XProc 1.</li>
2534
<li>Tested with Oxygen 28.0. This add-on requires Oxygen 28.0 or later, due to the XProc 3 scenarios.</li>
35+
<li>After x:context or x:call, the x:variable and x:like elements can appear in any order and can be mixed.</li>
2636
<li>Tested with BaseX 12.1.</li>
2737
<li>Tested with Saxon 12.9 and 11.7. XSpec no longer supports Saxon 10.</li>
2838
</ul>
@@ -82,12 +92,6 @@
8292
<li>SchXslt 1.10.1 replaces 1.10 as the built-in Schematron implementation</li>
8393
</ul>
8494
</div>
85-
<div>
86-
<h3>v3.1.2</h3>
87-
<ul>
88-
<li>Official release of v3.1</li>
89-
</ul>
90-
</div>
9195
</div>
9296
</body>
9397
</html>

static/editors/oxygen/oxygen-addon.xml

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

19-
<xt:version>3.4.1</xt:version>
19+
<xt:version>3.4.2</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.

0 commit comments

Comments
 (0)