Title: Message
I've got a schema that starts off like:
 
<?xml version="1.0"?>
<xs:schema elementFormDefault="unqualified" attributeFormDefault="unqualified"
           targetNamespace="http://earth.google.com/kml/2.0"
           xmlns="http://earth.google.com/kml/2.0"
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
 
But when I go to generate the xml from XMLBeans, my elements all have prefixes attached to them.   Does anyone know how to generate unqualified XML elements via XMLBeans?
 
 
Any help you could throw this way would be much appreciated.
 
Thanks,
-Ray
 
 

Reply via email to