wickedest / Mergely

Merge and diff documents online
http://www.mergely.com
Other
1.17k stars 228 forks source link

XML Compare Is Misleading #45

Closed opticyclic closed 8 years ago

opticyclic commented 8 years ago

The about page says It can be embedded within your own Web application to compare files, text, C, C++, Java, HTML, XML, CSS, and javascript. http://www.mergely.com/about

When I compare 2 xml files with attributes in different order or tags in different order mergely marks these as differences when in fact they are identical in terms of xml.

Is it in fact only doing a basic text diff?

Are there plans for proper xml diff?

wickedest commented 8 years ago

It is a text diff only. I have no plans to make an xml diff.

On 25 July 2016 at 03:50, opticyclic notifications@github.com wrote:

The about page says It can be embedded within your own Web application to compare files, text, C, C++, Java, HTML, XML, CSS, and javascript. http://www.mergely.com/about

When I compare 2 xml files with attributes in different order or tags in different order mergely marks these as differences when in fact they are identical in terms of xml.

Is it in fact only doing a basic text diff?

Are there plans for proper xml diff?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wickedest/Mergely/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1M1wXO91DzY28W_5AJE1YN979iAwCnks5qZCSMgaJpZM4JTv6t .

opticyclic commented 8 years ago

Can you update the about page to clarify this a bit more then please. Since it specifies text and XML separately on the about page it was confusing to me and looked like it was xml diff.