Skip to content

Commit

Permalink
Merge pull request #546 from ndw/fix-delta-xml
Browse files Browse the repository at this point in the history
Update the DeltaXML version
  • Loading branch information
ndw committed Nov 27, 2023
2 parents bf721d0 + 4fc7e40 commit c3993af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/xpl/formatspec.xpl
Expand Up @@ -88,7 +88,7 @@
<p:exec command="java" result-is-xml="false" cx:depends-on="fix2">
<p:input port="source"><p:empty/></p:input>
<p:with-option name="args"
select="concat('-jar deltaxml/command-10.3.1.jar compare xhtml-patch ',
select="concat('-jar deltaxml/command-12.0.1.jar compare xhtml-patch ',
'build/', $specid, '-current.html build/', $specid, '-updated.html ', $diffloc)">
<p:empty/>
</p:with-option>
Expand Down Expand Up @@ -132,7 +132,7 @@
<p:exec command="java" result-is-xml="false" cx:depends-on="fix2">
<p:input port="source"><p:empty/></p:input>
<p:with-option name="args"
select="concat('-jar deltaxml/command-10.3.1.jar compare xhtml-patch ',
select="concat('-jar deltaxml/command-12.0.1.jar compare xhtml-patch ',
'build/', $specid, '-lc.html build/', $specid, '-updated.html ', $lcdiffloc)">
<p:empty/>
</p:with-option>
Expand Down

0 comments on commit c3993af

Please sign in to comment.