RE: XmlBeans and Namespace

2008-04-24 Thread Radu Preotiuc-Pietro
@xmlbeans.apache.org Subject: XmlBeans and Namespace Hi, I try to load a Xml file without namespace with XMLBeans. I write my XSD and generate all the classes. My Xsd model contains the following content xs:schema xmlns=http://www.myexample.com; xmlns:xs=http://www.w3.org/2001

XmlBeans and Namespace

2008-04-15 Thread beboner
Hi, I try to load a Xml file without namespace with XMLBeans. I write my XSD and generate all the classes. My Xsd model contains the following content xs:schema xmlns=http://www.myexample.com; xmlns:xs=http://www.w3.org/2001/XMLSchema; targetNamespace=http