blob: c7135e937b7df74291fc04563389d5e251baabb7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Some ASCII string</key>
<string></string>
<key>Some UTF8 strings</key>
<array>
<string></string>
<string></string>
<string></string>
<string></string>
<string></string>
<string></string>
<string></string>
<string></string>
<string></string>
</array>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>
<true/>
<key>Some Int</key>
<integer></integer>
<key>Some Real</key>
<real></real>
<key>Some Date</key>
<date></date>
<key>Some Data</key>
<data>
</data>
<key>Some Entities</key>
<string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
</dict>
</plist>