As the title suggest I'm looking for a WBXML Parser/decoder for Java(+Android) that follow version 1.3. I could even consider calling native code if that's necessarily. Thanks.
Asked
Active
Viewed 1,290 times
1 Answers
2
I do remember that some time ago I used the Java library kxml or kxml2 for parsing WBXML files.

Robert
- 39,162
- 17
- 99
- 152
-
I've tried that. But I could only get it to work with WBXML 1.2. – Manipulator Apr 10 '12 at 06:46
-
My bad. kXML supports 1.3. I only have to fill in all the tag tables. – Manipulator Apr 10 '12 at 12:02