RE: Dynamically generating java classes from XSD file using XmlBeans

2006-06-30 Thread Radu Preotiuc-Pietro
M To: user@xmlbeans.apache.org Subject: RE: Dynamically generating java classes from XSD file using XmlBeans Thank you very much both. Its really helpful. Cheers Arif On Jul 1 2006, Wing Yew Poon wrote: >Arif, >Nathan is right. >If you look at the scomp script, it basi

RE: Dynamically generating java classes from XSD file using XmlBeans

2006-06-30 Thread Arif Shaon
-Original Message- From: Nathan Sowatskey [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 3:57 AM To: user@xmlbeans.apache.org Subject: Re: Dynamically generating java classes from XSD file using XmlBeans Hi Imagine that the CLI tool you use is really just a shell script calling

RE: Dynamically generating java classes from XSD file using XmlBeans

2006-06-30 Thread Wing Yew Poon
, 2006 3:57 AM To: user@xmlbeans.apache.org Subject: Re: Dynamically generating java classes from XSD file using XmlBeans Hi Imagine that the CLI tool you use is really just a shell script calling java on a java class file which has a main that takes the arguments of the file that you want to

Re: Dynamically generating java classes from XSD file using XmlBeans

2006-06-30 Thread Nathan Sowatskey
Hi Imagine that the CLI tool you use is really just a shell script calling java on a java class file which has a main that takes the arguments of the file that you want to compile, and then reads and compiles it. So, what you want to do is find the java class that is invoked by the scri

Dynamically generating java classes from XSD file using XmlBeans

2006-06-30 Thread Arif Shaon
Hi, I am fairly new to XMLBEans. I know one can generate java classes from xsd (XML SChema) file using scomp. But I was wondering if there is any way it would be done on the fly. For Example, the user would be able to specify the file path for the XSD file to the program, and the program would