Name
cx:delta-xml — Run the DeltaXML comparitor.
Synopsis
<p:declare-step
type
="
cx:delta-xml
"
xmlns:cx
="
http://xmlcalabash.com/ns/extensions
"
>
<p:input
port
="
source
"
/>
<p:input
port
="
alternate
"
/>
<p:input
port
="
dxp
"
/>
<p:output
port
="
result
"
/>
</p:declare-step>
Description
The cx:delta-xml
step invokes the Delta XML XML “diff”
library.
To use this step, you must have a valid license for the Delta XML product and the Delta XML jar files.
Implementation
This step is implemented by the xmlcalabash1-deltaxml module. The jar file from that project must be in the class path in order to use this step.