|
|
|
start date: Wed, 15 Aug 2007 12:57:10 +0330,
posted on: microsoft.public.dotnet.xml
back
| Thread Index |
|
1
Leon_Amirreza
|
|
2
John Saunders [MVP] john.saunders at trizetto.com
|
How can I compare 2 XML dataset schemas?
Hi,
How can I comapre 2 dataset schemas are compatible (Same table columns, same
keys, same constraints, ...)?
Date:Wed, 15 Aug 2007 12:57:10 +0330
Author:
|
Re: How can I compare 2 XML dataset schemas?
"Leon_Amirreza" wrote in message
news:e90a55x3HHA.5984@TK2MSFTNGP04.phx.gbl...
> 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]
Date:Fri, 17 Aug 2007 21:37:01 -0400
Author:
|
|
|