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
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

Reply via email to