vinodat / xmlwise

Automatically exported from code.google.com/p/xmlwise
0 stars 0 forks source link

loaded plist file, specific key not in hashmap #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load attached test.xml as plist in the attached test.java application

What is the expected output? What do you see instead?
The plist has a track key 1942, but it doesn't appear in the hashmap. If i 
rename the key to something other it appears in the hashmap.

What version of the product are you using? On what operating system?
xmlwise-1_2.jar on Win7 x64

Maybe you have an idea why "1942" is being ignored by xmlwise?

Original issue reported on code.google.com by thimmey18 on 10 Feb 2013 at 9:11

Attachments:

GoogleCodeExporter commented 8 years ago
I found out that the hashmap, returned by Plist.loadObject(xmlFile) doesn't 
have this missing key 1942.

Original comment by thimmey18 on 10 Feb 2013 at 9:19