I am using XMLUnit for comparing two XMLs. My requirement is that I want to ignore few attributes of few XML tags while comparing two XMLs. Is there any way to ignore few attributes ?
Thanks in advance.
You could use XPath to transform the XML to strip out the attributes you're not interested in. You could adapt the examples in this thread http://www.actionscript.org/forums/showthread.php3?t=218460