Re: [ADVANCED-DOTNET] XmlSchema.Compile and XSD.exe inconsistencies

2002-05-07 Thread Justin Rudd
> Did you sepcify all the schema files on the > command line: No I did not. And yes that works. Thanks Christoph! Of course, I'm still annoyed that it didn't obey the schemaLocation of the import element. But I'm happy because I can move on! Justin You can read messages from the Advanced D

Re: [ADVANCED-DOTNET] XmlSchema.Compile and XSD.exe inconsistencies

2002-05-07 Thread Justin Rudd
> AFAIK, XSD.exe doesn't use XmlSchema.Read or > XmlSchema.Compile. It uses DataSet.ReadXmlSchema > or the XmlSerializer, using only the target > namespace. I believe it would use DataSet.ReadXmlSchema if I were generating DataSets. But I would suspect that it uses XmlSchema when I pass in the

[ADVANCED-DOTNET] XmlSchema.Compile and XSD.exe inconsistencies

2002-05-06 Thread Justin Rudd
Being the modular programmer that I am, I have broken up all my XML Schema files into multiple files so that I don't repeat the same information in two places. So I use the element and schemaLocation attribute to bring in all the other stuff that I need. Now when I load the schema myself (Xm