Hi everybody! First of all sorry for my procceded bad English.
I'am really a dummy,so i am asking for help. My BA Thesis is about XSD type matching, so i need help. I've figured out that the API that more likely i need to use for my assignment is Schema Type API.(I hope i'am right!) So,for start , i am trying to insert (don't know the terminology,sorry) , possibly that would be compile/parse the XSD file into my code in order to use it and figure out what every interface/field/method does , simply newbie printing things for now. I tried to use on my code the CompileXsd() but i can't figure out and understand thoroughly how this method works,what it takes etc etc. To give you a more deep scope to what i want, i want to "pass" into my code the .xsd file which is specified somewhere in my disk and start playing with it , with the built-in interfaces. For the record,i'm using Eclipse ganymede and i've already insert the xmlbeans-2.4.0 jars etc into my personal libraries on the project , and all imports are ok. I would like to give me samples of code for "passing" in the .xsd file because i can't figure out what the methods take as parameters. Thanks in advance, Michael PS. I'm new to JAVA to... :( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

