RE: Multiple output files with inst2xsd?

2008-10-27 Thread Ferry, Jeremy
That was the problem - I need to iron out my namespace. Thank you! -Original Message- From: Wing Yew Poon [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 5:42 PM To: user@xmlbeans.apache.org Subject: RE: Multiple output files with inst2xsd? OK, I did not scrutinize the output

RE: Multiple output files with inst2xsd?

2008-10-24 Thread Wing Yew Poon
get a separate xsd for each instance, then you should loop over each xml file and run inst2xsd on that file. -Original Message- From: Ferry, Jeremy [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 3:19 PM To: user@xmlbeans.apache.org Subject: RE: Multiple output files with inst2xsd? It

RE: Multiple output files with inst2xsd?

2008-10-24 Thread Ferry, Jeremy
t a single xsd called schema0.xsd. Maybe this is a bug? -Original Message- From: Wing Yew Poon [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 5:00 PM To: user@xmlbeans.apache.org Subject: RE: Multiple output files with inst2xsd? Jeremy, I don't understand why you have a prob

RE: Multiple output files with inst2xsd?

2008-10-24 Thread Wing Yew Poon
: Wing Yew Poon [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 3:00 PM To: user@xmlbeans.apache.org Subject: RE: Multiple output files with inst2xsd? Jeremy, I don't understand why you have a problem. As Cezar wrote, if you do inst2xsd file0.xml file1.xml file2.xml you get schema0.

RE: Multiple output files with inst2xsd?

2008-10-24 Thread Wing Yew Poon
x] - Prefix for output file names. Default is 'schema' ] You don't get a single xsd. It works for me. - Wing Yew -Original Message- From: Ferry, Jeremy [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 2:00 PM To: user@xmlbeans.apache.org Subject: RE: Multiple output

RE: Multiple output files with inst2xsd?

2008-10-24 Thread Ferry, Jeremy
ook into a more radical solution like a for-loop in my ant build file. Thanks, Jeremy -Original Message- From: Cezar Andrei [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 2:21 PM To: user@xmlbeans.apache.org Subject: RE: Multiple output files with inst2xsd? You can run inst2

RE: Multiple output files with inst2xsd?

2008-10-24 Thread Cezar Andrei
You can run inst2xsd on multiple xml files. See inst2xsd -h for usage. int2xsd file1.xml file2.xml Cezar > -Original Message- > From: Ferry, Jeremy [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2008 10:26 AM > To: user@xmlbeans.apache.org > Subject: Multiple output files with in