HighTechTalks DotNet Forums  

How can I compare 2 XML dataset schemas?

Dotnet XML microsoft.public.dotnet.xml


Discuss How can I compare 2 XML dataset schemas? in the Dotnet XML forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Leon_Amirreza
 
Posts: n/a

Default How can I compare 2 XML dataset schemas? - 08-15-2007 , 05:27 AM






Hi,
How can I comapre 2 dataset schemas are compatible (Same table columns, same
keys, same constraints, ...)?


Reply With Quote
  #2  
Old   
John Saunders [MVP]
 
Posts: n/a

Default Re: How can I compare 2 XML dataset schemas? - 08-17-2007 , 09:37 PM






"Leon_Amirreza" <r_rahmaty (AT) hotmail (DOT) com> wrote

Quote:
Hi,
How can I comapre 2 dataset schemas are compatible (Same table columns,
same keys, same constraints, ...)?
You can use the System.Xml.Schema.XmlSchema class. You can load the schemas
from .XSD files using the Read method. You will then have to recursively
compare the two object graphs.
--
John Saunders [MVP]



Reply With Quote
  #3  
Old   
John Saunders [MVP]
 
Posts: n/a

Default Re: How can I compare 2 XML dataset schemas? - 08-17-2007 , 09:37 PM



"Leon_Amirreza" <r_rahmaty (AT) hotmail (DOT) com> wrote

Quote:
Hi,
How can I comapre 2 dataset schemas are compatible (Same table columns,
same keys, same constraints, ...)?
You can use the System.Xml.Schema.XmlSchema class. You can load the schemas
from .XSD files using the Read method. You will then have to recursively
compare the two object graphs.
--
John Saunders [MVP]



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.