In this case, you pass in an implementation of the BindingConfig class
http://xmlbeans.apache.org/docs/2.2.0/reference/org/apache/xmlbeans/BindingConfig.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]

Reply via email to