Thursday, November 29, 2012

Plist File Parsing Using Java

No comments:
Plist File Parsing Using Java Below example illustrates , how to iterate over a plist file Nodes using apache's   XMLPropertyListConfiguration   public void infoPlistConversion(String plistPath) throws Exception {         XMLPropertyListConfiguration conf = new XMLPropertyListConfiguration(plistPath);        ...
Read More