all groups > dotnet xml > january 2006 >
You're in the

dotnet xml

group:

Compare two Schemas



Compare two Schemas Ganesh Muthuvelu
1/30/2006 7:18:31 AM
dotnet xml: Hello,
How can I compare or visually check the differences between two XML schemas.
Let us say I have two files like "version_1.xsd" and "version_2.xsd" , how
would I programtically find out the differences between these two XSD files?.
Is there a way to do this in .NET?

Thanks,
Re: Compare two Schemas stylusstudio NO[at]SPAM gmail.com
1/30/2006 2:00:15 PM
hi -

Stylus Studio has an XML differencing tool:
http://www.stylusstudio.com/xml_differencing.html
there's an online video demonstration that shows how to use it:
http://www.stylusstudio.com/videos/xmldiff1/xmldiff1.html
unfortunately, there's currently no API to programatically calculate
diffs.

sincerely,
The Stylus Studio Team
http://www.stylusstudio.com
Re: Compare two Schemas Martin Honnen
1/30/2006 5:12:51 PM


[quoted text, click to view]


[quoted text, click to view]

There is an XML diff implementation here
<http://www.gotdotnet.com/team/xmltools/>
That will compare the XSD documents as XML documents without any
specific attention to schema details.

--

Martin Honnen --- MVP XML
AddThis Social Bookmark Button