vote up 0 vote down star
1

I'm needing to check the differences between two XMLs but not "blindly", Given that both use the same DTD, I'm actually interested in verifying wether they have the same amount of elements or if there's differences.

flag

3 Answers

vote up 1 vote down check
link|flag
Thank you! I'll be trying the first two. – Nano Taboada Sep 15 '08 at 16:39
vote up 1 vote down

See this question seaching-for-a-good-xml-diff-tool

link|flag
I've been trying xmldiff but it kind of cares about values, I'm needing a tool that would only care about differences between elements. – Nano Taboada Sep 15 '08 at 15:26
vote up 0 vote down

oXygen has good XML diff (and merge) support.

link|flag
Thanks! Although it seems that it's a commercial product now. – Nano Taboada Sep 15 '08 at 16:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.