| Author |
XMLBeans
|
Md Fizal
Ranch Hand
Joined: Dec 23, 2002
Posts: 61
|
|
|
We all know 'scomp' command can be used to compile the XSD file to generate the bean jar file. Is there a way to generate source code for those beans?
|
 |
Rashmi Banthia
Ranch Hand
Joined: Dec 22, 2003
Posts: 79
|
|
scomp has an option -src which allows you to create generate source files. --Rashmi
|
 |
Md Fizal
Ranch Hand
Joined: Dec 23, 2002
Posts: 61
|
|
|
It worked. Thanks. I guess, it doesn't create the xsb files though.
|
 |
Rashmi Banthia
Ranch Hand
Joined: Dec 22, 2003
Posts: 79
|
|
You might want to check this for .xsb files to be generated with source. --Rashmi
|
 |
 |
|
|
subject: XMLBeans
|
|
|