XMLUnit is an open source project which enables JUnit-style assertions to be made about the content and structure of XML.

learn more… | top users | synonyms

2
votes
2answers
63 views

Compare two XML strings ignoring element order

Support I have two xml strings <test> <elem>a</elem> <elem>b</elem> </test> <test> <elem>b</elem> <elem>a</elem> ...
0
votes
1answer
38 views

XmlUnit: The entity “nbsp” was referenced, but not declared

I need to test a XHTML code like <div>&nbsp;</div> using XmlUnit. The Diff constructor tells me this: org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not ...
0
votes
0answers
28 views

Compare two XML ignoring the attribute_value

I have two tags with the same name and I will just ignore only one Tag. It ignores all Tags with the name elements. I want ignore only the Tag with the Date. How can i do it. how can I solve this ...
2
votes
2answers
55 views

Unit testing conditional comments

I'm using XMLUnit (org.custommonkey.xmlunit.Diff) to test two HTML strings: one is produced by templating engine, other is from a static file. It works fine, but I ran to following problem: There are ...
0
votes
1answer
34 views

Comparition between xml unit and juxy [closed]

I want to do unit test for xslt. I have selected Juxy and XMLUnit to do the unit test. But I have to select the best one. I checked in web but I couldnt find more information about the difference ...
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 ...
0
votes
4answers
94 views

Comparing Two XMLs

I have a case in my Java EE application like I need to compare two large auto-generated XMLs. I just need to check if both the XMLs are equal (tags and values). I tried using XMLUnit, but the thing ...
0
votes
1answer
149 views

Java XML files comparison

I'm trying to compare 2 XML files using XMLUnit. I tried with the following code in eclipse, I have placed the xml files to be compared in the local directory. import java.io.FileNotFoundException; ...
0
votes
0answers
104 views

XmlUnit doesn't compare XMLs with different element orders properly

I am using XmlUnit to compare two XML documents which have elements in a slightly different order. My understanding is that RecursiveElementNameAndTextQualifier is meant to solve this problem, but it ...
0
votes
0answers
61 views

Using XML Unit to compare two XML files

Now, if there is a node in the control XML file but it is not present in the Test XML file, How can I handle this issue?
0
votes
2answers
109 views

Issue with setIgnoreWhitespace in XMLUnit

I'm having trouble getting xmlunit to ignore whitespace in my XML using setIgnoreWhitespace... any idea what could be wrong or what I could check? JVM: 1.6, XMLUnit 1.3, IDE: JDeveloper 11.1.1.6 For ...
1
vote
1answer
290 views

How to compare two xml with the same namespace but different prefixes using java and xmlunit

I have 2 xml files: The problem is in attributes prefixes. <element xmlns:prefix1="namespace" prefix1:attribute="some value">Some text</element> <element xmlns:prefix2="namespace" ...
2
votes
1answer
232 views

Unexpected difference found when comparing elements with empty elements in xmlUnit

Comparing these two snippets of XML: testXml: <ELEMENT1> <CHILD1></CHILD1> </ELEMENT1> actualXml: <ELEMENT1> <CHILD1>notEmpty</CHILD1> ...
0
votes
0answers
113 views

How to write xml diff merged file using XMLUnit in Java?

I'm working on XML diff using XMLUnit and it seems working great. But I have a requirement that I need to write the XML diff merged file. Is it possible by using XMLUnit? Please let me know if any ...
1
vote
0answers
98 views

Using RecursiveElementNameAndTextQualifier(XMLUnit)

I need to compare two XML files where both have different order of entities. <root> <parent1> <parent2> <value>1</value> </parent2> ...
0
votes
0answers
114 views

xmlunit.setIgnoreAttributeOrder(false) is not working

I am trying to compare two xml files using xmlunit 1.3 (java) and I want those files to be exactly same. Default configurations of the xmlunit are perfect for my task. I want the attributes order also ...
0
votes
0answers
71 views

xmlunit ignore extra tag names

I have 2 xml files shown below: XML1: <data> <a1>as</a1> <datasub> <a>some1</a> <b>some 2</b> <c>some3</c> ...
0
votes
1answer
543 views

Finding differences in two XML files using XMLUnit

How to check for only particular nodes and not all nodes for difference while using the DetailedDiff function of XMLUnit this is my code: public static void main(String[] args) { //URL ...
2
votes
2answers
294 views

What is the easiest way to check that one XML file is a “subset” of the second XML?

I have two XML files. The first XML has a bunch of nodes that should be present in second XML as well. The second XML might have a few extra nodes as well. I need a Java based program that can ...
1
vote
4answers
242 views

XML comparison - with a slight twist

Here is the problem that I am trying to solve. I have two folders which contain XML files. One folder - lets say "source" folder - contains around 350,000 XML files. Another folder - lets say ...
-1
votes
2answers
199 views

compare 2 xmls with different tags in java

I wanted to compare 2 XMLs, which have the same data but the tag names are different. I need to compare two (input and output) and show the result using JAVA. eg. XML 1 ...
0
votes
1answer
512 views

XML : How to compare two xml files, ignoring some child nodes

I am trying to compare two xml files using XML unit. Here are the two xmls: <trHeader> <trTickNum> <Num>102</Num> <trSeq>1020012</trSeq> ...
0
votes
0answers
184 views

Find missing elements using XMLUnit

I have the following testXML <root> <a>test</a> <b>bee</b> <d/> </root> While the templateXML looks like this <root> <a/> ...
1
vote
2answers
119 views

Compare XML ignoring specific XPaths

I am using XML Unit to comparing two XMLs and check whether the two are similar. My requirement is - I want to ignore specific XPATHs during the comparison. How can I ignore the given XPATH from ...
0
votes
0answers
108 views

In xmlunit, can the Diff.identical() return TRUE for (xml1,xml2) pair and FALSE for (xml2,xml1)?

I'm using the xmlunit framework (i think version 1.0, or at least that's what the manifest of the .jar says). What i'm doing is this: Diff diff=new Diff(xml1,xml2); diff.overrideElementQualifier(new ...
2
votes
1answer
313 views

Validating order of XML elements using XMLUnit

I need to validate order of my output xml against a XSD using XMLUnit framework. I am new to XMLUnit and have no idea how to do it. I know that XMLUnit compares two XMLs but how to compare XML against ...
1
vote
1answer
209 views

Ignore Case with XMLUnit

Is there a way to get XML Unit to ignore case when comparing two XMl documents? Both the tags and their values... is the same to me as ? XMLUnit give me the following Difference: Expected attribute ...
1
vote
1answer
94 views

Is there a Ruby equivalent of XMLUnit?

Is there a Ruby equivalent of XMLUnit? If not, would running XMLUnit via JRuby be a viable way to use XUnit in a Ruby programme?
0
votes
1answer
681 views

Using XMLUnit(Java) to compare XML strings containing entities

JDK 1.7.0 XMLUnit 1.3 When comparing this control XML string: String controlXml = "" + "<client>" + " ...
1
vote
1answer
876 views

Comparing similar xml files with XmlUnit with unordered tags (same tag name with different attributes)

I am trying successfully XmlUnit, and is very helpful in my job. Now, I have a little problem, that I don't know how to solve. I have a java class, that has a Set, and when transforming it into XML, ...
4
votes
4answers
521 views

.net Xml comparer for UnitTesting

I have a few unit tests where I need to make sure that XML generated by a method contains the same elements/values as an expected Xml document. I used xmlunit in Java, and although they have a .net ...
10
votes
1answer
1k views

Does XMLUnit have an assert to ignore whitespace

I want to compare two xml strings in a test, but the test keeps failing due to whitespace. @Test public void testForEquality() throws Exception { String myControlXML = ...
4
votes
2answers
1k views

XMLUnit - Ignoring 'id' attribute in comparison

I am currently working with XMLUnit and I am wondering if there is way to configure it to ignore only the id attribute of the tags I want to compare. Thanks in advance for your help.
6
votes
1answer
1k views

XMLUnit - Xml file indentation impacts on comparison

I am currently trying to use the XMLUnit library to compare two XML files. One of them, the candidate, is generated by my code from Java Objects (using JAXB) and the other one is the reference (I ...
11
votes
5answers
3k views

Are there any alternatives to XmlUnit?

I need to diff large directory structures containing generated .xml and .wsdl files. The generated .xml files differ in the order that child elements appear. The XmlUnit Diff.similar() method is ...
3
votes
1answer
2k views

XMLUnit - Compare two XML ignoring the child order

I am trying to see if I could use XMLUnit to compare the following two different XML. I used the Diff class to compare the following two XML and checking for similar returns false. XML One ...
0
votes
0answers
424 views

Ignore few children for comparison when comparing xml documents with XMLUnit

Is it possible to ignore a few children in elements when comparing XML documents with XMLUnit? I want to ignore any empty text nodes in the element when comparing them. Best Regards, Keshav
0
votes
1answer
333 views

Testing XML with XMLUnit with a variable value

I have some XML which I am testing, which has set as one of it's elements the date and time. This obviously will change every time the test is run. Is there a way to compare the XML and have this ...
3
votes
3answers
396 views

JUnit Test if XML Document is sorted on arbitrary column

Given an xml document like <root> <row> <a>2</a> <b>1</b> <c>8</c> </row> <row> <b>5</b> ...
0
votes
1answer
876 views

How to catch AssertPathsEqual and print error to console?

How could I catch this AssertionFailedError and print to the console an message that says: "Expected text value '55555' but was '55556' at ...
2
votes
1answer
2k views

How can I compare two similar XML files in XMLUnit

I am trying to use XMLUnit to compare two similar XML files. Basically every thing is same. File1 is a copy of File2. But in File2 I have changed the order of some elements in one node. Now I am ...
12
votes
2answers
4k views

Java: How do I ignore certain elements when comparing XML?

I have an XML message like so: <root> <elementA>something</elementA> <elementB>something else</elementB> <elementC>yet another thing</elementC> ...
6
votes
6answers
751 views

XMLUnit for C++

Does anyone know if there exists something like XMLUnit for C++? I'm looking for an easy way to check nodes, values, etc in a XML output. We are using Google test in Visual Studio but I suppose any ...