I want to read an xsd file programatically, iterate through all the xsd
elements and output some information to the user. This xsd file contains
several import statements as well. How do I read this xsd?

Re: reading xsd files with imports by Ollie

Ollie
Tue Sep 27 07:40:36 CDT 2005

check the following link out:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconreadingwritingxsdschema.asp

HTH

Ollie Riches

"Jeremy Chapman" <me@here.com> wrote in message
news:eu8bePvwFHA.736@tk2msftngp13.phx.gbl...
>I want to read an xsd file programatically, iterate through all the xsd
>elements and output some information to the user. This xsd file contains
>several import statements as well. How do I read this xsd?
>