It's Ok!!!
Thank's.
I have another question.
the string value must be padded with leading zero, but the marshal lose it.
how i can keep it?
Hi Antonio,
from your question I assume you are using one of the static marshal
methods. How about trying something like this:
Marshaller marshaller = new Marshaller(<your outputstream>);
marshaller.setMapping(<your mapping>);
marshaller.setNoNamespaceSchemaLocation("MyXsd.xsd");
marshaller.setSuppressXSIType(true);
marshaller.marshal(<your object>);
Hope that helps.
Leander
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email