Hi,

I want to unmarshall a java.util.Map therefore I tried to simplify this example 
http://jibx.sourceforge.net/tutorial/binding-custom.html

But it doesn't work. In my case I have following xml data:

<map size="4">
  <entry key="38193">
    <value>a</value>
  </entry>
  <entry key="39122">
    <value>a</value>
  </entry>
  <entry key="83132">
    <value>a</value>
  </entry>
  <entry key="12958">
    <value>a</value>
  </entry>
</map>

But I don't know how the binding.xml have to look. Can anybody help me?


greetz
Wolle
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to