Hey Michael, Do not worry we all had to start some where. Anyhow, when I first began using xmlbeans I read thought almost all of the tutorials. Sure it did take me a while to get up and running, however, once I was everything was working great and I understood why.
Check these out and see what you come up with: http://xmlbeans.apache.org/docs/2.0.0/guide/conGettingStartedwithXMLBeans.html http://xmlbeans.apache.org/documentation/tutorial_getstarted.html http://xmlbeans.apache.org/documentation/index.html#XMLBeans+Version+1+User+Documentation Regards, Israel Rivera On Thu, Dec 18, 2008 at 11:56 AM, michael <[email protected]> wrote: > 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] > >

