I've generated classes for an XML schema used as the API to a third-party
library.  Everything is working fine except that the marsalled document is
closing a particular tag like this:

<tag attribute="value" />

and the third party library needs this tag to be closed like :

<tag attribute="value" ></tag>

or it throws an error.

Is there any way in the binding file or the marshaller to control what
style of close is used?  Or do I need to manipulate their schema
definition?  Or...?

-----------------------------------------------------------------------------

John Emmer
Senior Software Engineer
Avega
200 N. Sepulveda, Suite 600   El Segundo, CA 90245
310-563-3322    [EMAIL PROTECTED]

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to