xmlunit-2 Questions
2
Solved
With XMLUnit 2 how do you compare two documents without taking the element order into account?
I got this question for XMLUnit 1, but apparently the new API in v2 doesn't have the mentioned method...
1
I have 2 xmls : Basically two XSD schemas
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:elemen...
Rickety asked 19/12, 2022 at 9:33
1
Solved
How can I configure XmlUnit.Net to ignore the XML declaration when comparing two documents?
Assume I have the following control document:
<?xml version="1.0" encoding="utf-8"?>
<a><...
1
I have two xml files which I need to compare using xmlunit
content of these xml files are always same except their order
ex:
<report>
<component name = "a">
<component name = "...
1
© 2022 - 2024 — McMap. All rights reserved.