reading xsd files with imports

  • Thread starter Thread starter Jeremy Chapman
  • Start date Start date
J

Jeremy Chapman

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?
 
Back
Top