Hello
Using Visual Studio SDK tool 'XSD.exe' I am trying to generate c# class to read objects from mzXML file. I decided to use 'XSD.exe' command tool to generate C# class to read data from mzXML and make my own application in VS2010 from scratch. Of course, methods for decoding the peak information will be implemented also, but now I am stuck here. After giving command "xsd /c mzXML_2.1.xsd" (which is standard command to generate C# class for reading datata from XML files) I got following warning returned: Schema validation warning: Could not find file "http://sashimi.sourceforge.net/schema_revision/mzXML_2.1/separations/separation_technique_1.0.xsd" and: Schema validation warning: Could not find file "http://sashimi.sourceforge.net/schema_revision/mzXML_2.1/general_types_1.0.xsd" After this there are of course, plenty of errors because files cannot be found (it is important because some data types are defined in these files). I checked these links, they seem to be valid and these files do exist. I am new to XML in general, so am I missing something here ? Thanks Josip -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/groups/opt_out.
