Re: Questions from a newbie!

2008-12-20 Thread michael
Hi again and sorry for disturbing you with all this newbie questions. I managed finally to excercise a little bit with the API but i have many things to grasp I have an all new question.How i can make a new xsd file with a xmlbeans? As i examine the inserted xsd file i want to make a new remo

Re: Questions from a newbie!

2008-12-19 Thread Alessandro Behling
you managed to figure out that SchemaCodePrinter is not a class, and still tried to instantiate it? being an interface it provides you with a contract so that you can have your own implementation 2008/12/19 michael > Hi again, > > I have a new question for xmlbeans API since i managed to compile

Re: Questions from a newbie!

2008-12-19 Thread michael
Hi again, I have a new question for xmlbeans API since i managed to compile and excercise a little bit. I wonder if there is a way to print on screen a single schema component (eg. an element,a type etc) I found on doc an interface called : SchemaCodePrinter that implements 3 methods *Method S

Re: Questions from a newbie!

2008-12-19 Thread michael
Thanks for yor answe.Finally i found it.I wrote asside the class main throws Exception and everything seems fine (for now). I would to ask you one more think.Is there any pdf file with all the xmlbeans doc?That would be very convenient for someone who wants to study from scratch.If there is one l

Re: Questions from a newbie!

2008-12-18 Thread Jacob Danner
Hi Michael, There are some examples of this kind of thing in the test case directory. Take a peek in the SVN depot or view at: http://svn.apache.org/viewvc/xmlbeans/trunk/test/src/compile/scomp/som/ As far as the Eclipse errors you are seeing, those are just your standard Java errors. It might be

Re: Questions from a newbie!

2008-12-18 Thread michael
First of all thank you for your guick answer! I saw many of these before asking but i think that for the job i want to be done many of this are irrelevant because almost all tutorials and guides are mostly for instance manipulation. Is there any link/guide/tutorial for primitive jobs with xmlbean

Re: Questions from a newbie!

2008-12-18 Thread Israel Rivera Jr
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