I am trying to parse a .plist file in Java but not understanding how. I used a DOM parser but it gives an error and is not able to read .plist file
.plist
If I were you I'd use the PList class from code.google.com/xmlwise. It's specifically designed for dealing with .plist files.