Skip to content

Commit

Permalink
Merge pull request #1102 from ndw/fix-dxml
Browse files Browse the repository at this point in the history
This should fix DeltaXML diffs
  • Loading branch information
ndw authored Aug 2, 2024
2 parents 361581b + 04d76d7 commit a1598b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/xpl/formatspec.xpl
Original file line number Diff line number Diff line change
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-12.0.1.jar compare xhtml-patch ',
select="concat('-jar deltaxml/command-15.0.2.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-12.0.1.jar compare xhtml-patch ',
select="concat('-jar deltaxml/command-15.0.2.jar compare xhtml-patch ',
'build/', $specid, '-lc.html build/', $specid, '-updated.html ', $lcdiffloc)">
<p:empty/>
</p:with-option>
Expand Down

0 comments on commit a1598b8

Please sign in to comment.