say there's a xml fragement
<something attr1="val1" attr2="val2"/>
and, the java object:
class Something{
private Map attrs = new HashMap();
}
I want to unmarshall the attr1 and attr2 into Something's attrs field,
or, on opposite, marshall the attrs of Something java object into XML
tag something's attribute?
I tried org.exolab.castor.mapping.MapItem, but no result got, any comments?
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email