Thanks Jacob! -----Original Message----- From: Jacob Danner [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 2:12 PM To: [email protected] Subject: Re: xmlbeans.compileXmlBeans() - how to specify .xsdconfig
In this case, you pass in an implementation of the BindingConfig class http://xmlbeans.apache.org/docs/2.2.0/reference/org/apache/xmlbeans/Bind ingConfig.html -Jacob Danner On 5/25/07, Ajay Aggarwal <[EMAIL PROTECTED]> wrote: > > > > > When I use the command line tool I can use .xsdconfig file to specify the > default package name: > > > > <xb:config > xmlns:xb="http://www.bea.com/2002/09/xbean/config"> > > <xb:namespace uri="##local"> > > <xb:package>com.foo.myapp</xb:package> > > </xb:namespace> > > </xb:config> > > > > How do I do the same while compiling programmatically, i.e.via > XmlBeans.compileXmlBeans()? > > > > I couldn't find the corresponding XmlOption setting. > > > > Thanks. > > > > -Ajay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

