Tagged Questions
0
votes
0answers
62 views
Use diff between two XML files to search/replace in C# files
I've got an XML file that I'm using in one of my applications via XPath. The structure of the file may change and I have to also at least somehow reflect these changes in a bunch of C# files. That is, ...
-1
votes
2answers
83 views
diff two XML files
I have xml document like this:
<datatypes xmi:id="ID_01"</datatypes>
<datatypes xmi:id="ID_02">
<fields xmi:id="ID_03">
<datatype xmi:idref="ID_01"></datatype>
...
1
vote
0answers
130 views
XML Diff using XmlUnit
I'd like to diff two similar XML files in C# using xmlUnit but can't find much in the way of documentation for the .Net version of xmlUnit.
Can anyone help get me started with how to compare two ...
3
votes
2answers
515 views
Programmatic XML Diff / Merge in C#
At this moment, I am managing a piece of software that has multiple XML configuration files. When a new version of software is released, sometimes the base config files change, we currently have the ...
0
votes
0answers
27 views
diffing, patching, visualizing diffs, and revision control of XML
XML is a poor candidate for the usual line-by-line diff, especially when prettyprinted. Simply adding a tag at some level may lead to a simple diff detecting changes on all its children lines.
...
0
votes
3answers
621 views
How to diff-compare two xml files using java
I have two xml files that I want to compare:
old.xml:
<EMPLOYEES>
<employee>
<id>102</id>
<name>Fran</name>
<department> THIS IS COMPUTER ...
0
votes
1answer
257 views
Looking for a JavaScript XML diff tool
The task I'm facing right now is the following: I have two XML files, which may slightly differ in structure and contents. Both XMLs are validated by the same XSD. I need to create another XML file ...
0
votes
3answers
356 views
How to compare 2 xml strings?
I have a very specific requirment of comparing 2 xml strings in java. I have 2 xml strings. Original and modified. I need to compare the original xml string with the modified and find out what has ...
0
votes
1answer
362 views
How to compare XML files
I have two XML files (XSD) which are generated by some tool.
The tool doesn't preserve the order of elements so although the content is equal comparing it as text will result as the files are ...
5
votes
2answers
448 views
Open source command line tool for Linux to diff XML files ignoring element order
Is there an open source command-line tool (for Linux) to diff XML files which ignores the element order?
Example input file a.xml:
<tag name="AAA">
<attr name="b" value="1"/>
<attr ...
1
vote
1answer
135 views
graphical diff tool with image output?
Is there a graphical diff tool for Linux that can output an image showing the diff? I'm used to using meld.
I'm trying to diff XML and produce a visual diff for when the XML is different.
1
vote
2answers
144 views
Auto Format and Diff XML
I have two xml files and I want to diff them.
The problem is the xml files are not formatted and are all in one line. Regular diff tools I found cannot auto format them.
I wonder if any tool out ...
0
votes
3answers
156 views
diff tool - check if same line exists in both files
I am looking for a diff tool that will allow me to compare two files, regardless of the order of lines. So if one file has line 54 saying XXXXXXX, I will see that it exists in the other file even if ...
0
votes
3answers
108 views
Logical difference of 2 XML's
I have 2 XML's, one ~5000 odd lines & other ~26000 lines. How can I find detailed differences between the two (like missing elements/attributes; changes; new elements/attributes; etc) so that I ...
0
votes
0answers
31 views
Open source C# XML diff library or api [duplicate]
Possible Duplicate:
C# compare algorithms
I am looking for a XML diff library or api that is able to read the differences between two xml files.
If anyone knows of any please let me know.
0
votes
2answers
289 views
Diffing large XML files in C# (.net 2.0)
I'm kind of stuck having to use .Net 2.0, so LINQ xml isn't available, although I would be interested how it would compare...
I had to write an internal program to download, extract, and compare some ...
3
votes
2answers
868 views
Compare two XML files with same structure and find differences
I have two XML files. The structure of both XML files is as below:
<file1>
<table>
<name>...</name>
<columns>
...
2
votes
2answers
209 views
clojure hierarchical diff of two xml files
I'm trying to hierarcial diff two small xml files. Clojure.data/diff is gets me close:
(clojure.data/diff (clojure.xml/parse "file1.xml") (clojure.xml/parse "file2.xml"))
clojure.data/diff will ...
2
votes
0answers
232 views
GUI XML Comparison tool that parses the XML before diffing for Linux
I am looking for an XML comparison tool that will parse the XML before diffing for Linux (RHEL 5.7, Gnome). The files that I am diffing are 99% different in a line comparison but 85% the same after ...
2
votes
2answers
105 views
Merging two almost similar texts
I have got the following tricky problem:
I have two basically identical texts, one of them xml-tagged, the other not.
The spelling in the text that contains xml-tags has been normalized - which I ...
0
votes
1answer
536 views
XML Diff through command line [closed]
Is there a way to compare two xml files through command line without using any tools?
Thanks,
Sony
1
vote
1answer
939 views
Comparing XML files and generate an output containing only differences
I would like to produce a XML file that contain differences between two XML files. Deleted elements should be ignored and elements might be in random order between files.
Microsoft XML Diff tool ...
0
votes
1answer
242 views
Trying to parse a diffGram created by the XMLDiffAndPatch
I'm using the 'XML Diff and Patch' dll in order to compare two XML's.
Is there any simple way to parse the DiffGram into data that could be easily comprehended to the user?
For example, I need this ...
1
vote
0answers
366 views
using the xmldiffpatch class of microsoft with an attribute as ID
I want to use the xmldiffpatch class of microsoft
http://msdn.microsoft.com/en-us/library/aa302294.aspx
now is the question how I can say that I want to use the attribute model as my ID?
...
3
votes
2answers
534 views
How to diff XML on element-level, not attributes?
I need to perform a comparison between two XML documents. I've been looking at a lot of different xml-diffing tools typically mentioned here on Stack Overflow, but my needs are, of course, very ...
2
votes
3answers
1k views
Comparison of two XML files node by node in .NET
I want to compare two xml files node by node(to check if both contain the same nodes with the same attributes,etc) and highlight the differences in the two xml files and print the nodes which are ...
2
votes
1answer
297 views
Diff on XML with unicode using python
I'm trying to create a web tool that can visualize the differences between two XMLs. difflib was working pretty well in creating html with the differences, but then some unicode text showed up in the ...
1
vote
3answers
657 views
Visually diff very large files
I have two XML files which I would like to visually diff. They both have approximately 145,000 lines in them. Windiff is dying on me when I attempt to do this.
Is there some other application that ...
1
vote
1answer
466 views
compare xml files with maven or ant
I have a requirement to compare 2 directories of wsdl and xsd files
using maven or ant and to generate a report (preferably html) of the
differences.
Any recommendations?
10
votes
2answers
11k views
Comparing two XML files & generating a third with XMLDiff in C#
I am trying to write a simple algorithm to read two XML files with the exact same nodes and structure but not necessarily the same data inside the child nodes and not the same order. How could I ...
3
votes
2answers
2k views
Finding the difference between two XML files
I have built two XML files that map the content of a given folder:
<root>
<folder name="C:\a\b" permision="yes" folderCount="1">
<folders>
<folder ...
1
vote
1answer
777 views
C#: Comparing xml schema files
I've been tasked to compare two XML schema files in C# and present differences between the two in an output XML document. I've researched the subject a bit to find a tool that could help me do this, ...
0
votes
7answers
1k views
Version Control with XML diff and merge
I'm looking for an open source version control tool which can diff and merge XML files.
The difficulty I have to find such a tool is, that I need a correct merge of a XML file comparing the nodes ...
8
votes
3answers
3k views
Xml comparison in Python
Building on another SO question, how can one check whether two well-formed XML snippets are semantically equal. All I need is "equal" or not, since I'm using this for unit tests.
In the system I ...
1
vote
3answers
640 views
DeltaXML Diff like library for .Net?
We are currently using DeltaXML in our .Net application to analyse two versions of .xml files regarding their differences, but since DeltaXML is a java application/library, we're looking for a more ...
1
vote
1answer
213 views
Diff XML matched by specific attribute
I've got XML-data generated by a tool which I want to diff against data created earlier by the same tool. The problem is that the tool might reorder elements within the XML-data and thus I need some ...
4
votes
4answers
877 views
Can I use a plaintext diff algorithm for tracking XML changes?
I'm working in Flex/AS3 on (for simplicity) an XML editor. I need to provide undo/redo functionality.
Of course, one solution is to store the entire source text with each edit. However, to conserve ...
1
vote
1answer
583 views
Looking for a DTD diff tool / is a given DTD a subset of another
I need to verify that a "simplified" DTD is really a subset of a larger DTD, i.e. that documents that are valid according to the "simplified" DTD will also always be valid according to the larger (or ...
10
votes
3answers
3k views
3-way XML merge algorithm
I want to be able to do a 3-way merge of XHTML documents:
Start with some original copy of the document
One user edits a copy of the original document
Another user edits a separate copy of the ...
4
votes
2answers
133 views
Is there any formal way or known way to canonicalize an xml file to generate diffs?
There seems to be many questions WRT tool to generate diffs between xmls, but there wasn't this question yet, so anyone who knows this show me a link or paste any example anyone already solved this ...
5
votes
3answers
299 views
How to get a collection of objects representing the diff between two XML texts?
What is the best way in C# to get a collection of objects representing the changes between two XML texts, e.g.:
First:
<Customer>
<Id>1</Id>
...
35
votes
11answers
31k views
Are there any free Xml Diff/Merge tools available? [closed]
I have several config files in my .net applications which I would like to merge application settings elements etc.
I was about to begin doing it manually as I usually do, however thought there must ...
1
vote
2answers
478 views
Command Line XML Diff Utility for Solaris
Can anyone suggest a command line xml differencing tool for Solaris? I want to call one in a regression test script, so it's important that the tool can be called from the command line and return a ...
13
votes
5answers
3k views
XML Diff: How to generate XML diff using XSLT?
I would like to compute the diff between two XML files or nodes using XSL/XSLT. Is there any stylesheet readily available or any simple way of doing it?
2
votes
3answers
424 views
Xml comparison and merge tool
I need a tool for comparing and merging two xml-files.
Requirements
Handle large Files (> 50mb)
Collapse XmlNodes in UI
Support validation of files
merge files in both directions
edit files in ui
...
0
votes
1answer
1k views
Programmatically Diff/Merge Xml Documents
First, let me begin by telling you the details on the problem I'm trying to solve.
We have a third party application that uses Xml Documents to store all of it's business logic and look up tables and ...
5
votes
4answers
1k views
Diff two XML doc in Ruby?
What's the easiest way to see the difference between two xml files using?
I looked into Hpricot and Nokogiri but couldn't find any good comparison methods. I've also looked into unix tools like ...
3
votes
9answers
2k views
xml diff in ruby?
What is the best/fastest way to merge two xml documents with ruby?
I have two xml files, one that's formatted so it is visually appealing, one that isn't (and it has comments and whitespaces ...
2
votes
2answers
492 views
Is there an AssertEquals for testing XML files?
I have frequent need to test that XML files are correct and need a way of testing that 2 XML strings (or documents) are identical, such as:
XMLAssert.assertEquals(String xmlExpected, String ...
1
vote
2answers
778 views
Beyond Compare 3.0 and XML Tidy, but save Original Format
I am using Beyond Compare 3.0 and using the XML tidy and XML tidied with sorted attributes plugins. Its great and while I would like it to show me the "tidied" XML, Once I resolve me merge, I would ...


