My castor masrshaller have an XML output as below root> field1 /field1> field2 /field2> .......... fieldn> collection> field> field> ...
I'd like to unmarshal the following xml to a MultiKeyMap:
<map> <entry key1="foo" key2="foo"> <value property="val"/> </entry> ...