Wrap text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?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>title</key>
<string>Genres</string>
<key>items</key>
<array>
<dict>
<key>item-count</key>
<integer>346</integer>
<key>title</key>
<string>Blogs & Forums</string>
<key>type</key>
<string>lockup</string>
<key>url</key>
<string>http://gharsa.apple.com/panda/genre1.plist</string>
</dict>
<dict>
<key>item-count</key>
<integer>132</integer>
<key>title</key>
<string>Business</string>
<key>type</key>
<string>lockup</string>
<key>url</key>
<string>http://gharsa.apple.com/panda/genre2.plist</string>
</dict>
</array>
</dict>
</plist>
|