oxygen diff documentation/capabilities
Posted: Wed Jan 11, 2012 7:35 pm
Hello
I am evaluating Oxygen diff ( and the suite as a whole) for possible inclusion in our standard enterprise install.
One of the tasks we need to have the users be able to do is merge two ( or more ) xml files into one combined xml file.
so two files with the following
file1.xml
<root>
<element value="a">
</element>
</root>
file2.xml
<root>
<element value="b">
</element>
</root>
would be combined into
<root>
<element value="a">
</element>
<element value="b">
</element>
</root>
This assumes that the DTDs match and the elements are unique of course. The documentation and demo for diff both MENTION merge but provide no examples or information if the simple task above is possible.
Does anyone know if the tasks above is possible with any of the tools in the oxygen suite ?
thanks
I am evaluating Oxygen diff ( and the suite as a whole) for possible inclusion in our standard enterprise install.
One of the tasks we need to have the users be able to do is merge two ( or more ) xml files into one combined xml file.
so two files with the following
file1.xml
<root>
<element value="a">
</element>
</root>
file2.xml
<root>
<element value="b">
</element>
</root>
would be combined into
<root>
<element value="a">
</element>
<element value="b">
</element>
</root>
This assumes that the DTDs match and the elements are unique of course. The documentation and demo for diff both MENTION merge but provide no examples or information if the simple task above is possible.
Does anyone know if the tasks above is possible with any of the tools in the oxygen suite ?
thanks