Does anyone have or know of a pure Java implementation of Cocoa and CoreFoundations PropertyList object? I have an XML representation of a PropertyList and I want to deserialize it back into an object, but I need to use pure Java code. I know there's the Cocoa-Java classes, but they won't do for my project. Anyone have something already or should I just write it?
Thanks!