Which version of Xerces are you using? Castor uses the Xerces
serializers for writing the XML from SAX events. So there may be bug in
the version of Xerces that you are using.

--Keith

[EMAIL PROTECTED] wrote:
> 
> my xmlMapping is like this:
> 
> <class name="at.co.arz.bsserver.data.base.Frequenz"
> auto-complete="false"> <map-to xml="Frequenz"/>
>        <field name="Value" type="string" set-method="valueOf"
> get-method="toString">
>            <bind-xml name="Value" node="attribute"/></field>
> </class>
> 
> If I do a marshalling the result ist the following:
> 
> <FrequenzValue="weekly"></Frequenz>
> 
> but should be
> 
> <Frequenz Value="weekly"></Frequenz>
> 
> The space is missing. So I can't use this file because it's
> interpreted wrong.
> 
> Is this a bug? Or does anyone have a tip for me?
> 
> thanks in advance
> 
> 
> 
> Bachlechner Alexander
> 
> Economy Line Software GmbH
> 
> Tirol/Austria
> 
> ----------------------------------------------------------- If you
> wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev

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

Reply via email to