Last Modified
2012-08-09 13:01:30 +0000
Requires
  • strscan
  • date
  • base64

Description

—###########################################################

 Copyright 2006, Ben Bleything <ben@bleything.net> and    #
 Patrick May <patrick@hexane.org>               #
                              #
 Distributed under the MIT license.             #
                                                             

++

 Plist parses Mac OS X xml property list files into ruby data structures.

 === Load a plist file
 This is the main point of the library:

   r = Plist::parse_xml( filename_or_xml )