Property List/XML

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |subcat2=Property List |extensions={{ext|plist}} }} The '''XML property list format''' is one of several formats tha...")
 
Line 17: Line 17:
 
         CFArray        <array>
 
         CFArray        <array>
 
         CFDictionary    <dict>
 
         CFDictionary    <dict>
 +
 +
== Software ==
 +
* [plist Editor for Windows]: edits both XML and binary versions
  
 
== References ==
 
== References ==
 
* [https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/plist.5.html Man page at Apple]
 
* [https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/plist.5.html Man page at Apple]

Revision as of 23:27, 22 December 2012

File Format
Name Property List/XML
Ontology
Extension(s) .plist

The XML property list format is one of several formats that have been use for plist files, the standard means for applications under operating systems descended from NeXTSTEP (including current Apple OSs) to store configuration data. The XML format was introduced by Apple to replace the earlier format used in NeXTSTEP, which was also text-based but resembled programming-language syntax rather than markup-language syntax as is used with XML.

This format is a simple XML schema that uses the following elements to represent the core foundation types:

        CFString        <string>
        CFNumber        <real> or <integer>
        CFDate          <date>
        CFBoolean       <true/> or <false/>
        CFData          <data>
        CFArray         <array>
        CFDictionary    <dict>

Software

  • [plist Editor for Windows]: edits both XML and binary versions

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox