Hi,
I've created a class extending GeneralizedFieldHandler to
marshall/unmarshall Color objects into the form of "red,green,blue,alpha".
I would like to be able to unmarshall the objects into an xml fragment
<red>125</red>
<green>125</green>
<blue>125</blue>
<alpha>255</alpha>
I tried doing this but the text is translated to be xml safe by the parser
( < translated to < ) Is it possible to have a GeneralizedFieldHandler
marshall/unmarshall xml fragments?
Cheers,
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev