I have an XML Schema which has no namespace attached to the schema. The incoming data also has no namespace. How do i get XMLBeans to generate the classes in a package i define? I've tried the .xsdconfig file already but pointing url="" doesn't seem to work.
this is my .xsdconfig file...
--------------------------------------------
<xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config">
<!-- Use the "namespace" element to map a namespace to the Java package
name that should be generated. -->
<xb:namespace uri="">
<xb:package>com.confirmhub.xmlbean.schema</xb:package>
</xb:namespace>
</xb:config>
Shaun.Farrugia. . [EMAIL PROTECTED]
perm. desk.734.887.2148. . .cell.313.363.5006
aim.dier0b0t . . .
- noNamespace to somethingElse - Shaun Farrugia
- RE: noNamespace to somethingElse - Beagan, Patrick
- RE: noNamespace to somethingElse - Shaun Farrugia
- RE: noNamespace to somethingElse - Lawrence Jones

