All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test-files.test-xml-utf-16le-bom.plist Maven / Gradle / Ivy

Go to download

This library enables Java applications to work with property lists in various formats. Supported formats for reading and writing are OS X/iOS binary and XML property lists. ASCII property lists are also supported. The library also provides access to basic functions of NeXTSTEP/Cocoa classes like NSDictionary, NSArray, etc.

The newest version!
??<?xml version="1.0" encoding="UTF-16"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>keyA</key>
  <string>valueA</string>
  <key>key&amp;B</key>
  <string>value&amp;B '</string>
  <key>date</key>
  <date>2011-11-28T09:21:30Z</date>
  <key>data</key>
  <data>AAAA BBBB CCCC</data>
  <key>array</key>
  <array>
    <true/>
    <false/>
    <integer>87</integer>
    <real>3.14159</real>
  </array>
</dict>
</plist>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy