-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.xml
55 lines (55 loc) · 1.33 KB
/
example.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<entry>
<title>Contacts</title>
<description></description>
<link rel="enclosure" type="image/png" href="contacts.png" />
<arg></arg>
</entry>
<entry>
<title>Phone</title>
<description></description>
<link rel="enclosure" type="image/png" href="phone.png" />
<arg></arg>
</entry>
<entry>
<title>Inbox</title>
<description></description>
<link rel="enclosure" type="image/png" href="inbox.png" />
<arg></arg>
</entry>
<entry>
<title>News</title>
<description></description>
<link rel="enclosure" type="image/png" href="news.png" />
<arg></arg>
</entry>
<entry>
<title>Food</title>
<description></description>
<link rel="enclosure" type="image/png" href="food.png" />
<arg></arg>
</entry>
<entry>
<title>Camera</title>
<description></description>
<link rel="enclosure" type="image/png" href="camera.png" />
<arg></arg>
</entry>
<entry>
<title>Traffic</title>
<description></description>
<link rel="enclosure" type="image/png" href="traffic.png" />
<arg></arg>
</entry>
<entry>
<title>Flights</title>
<description></description>
<link rel="enclosure" type="image/png" href="flights.png" />
<arg></arg>
</entry>
<entry>
<title>Navigation</title>
<description></description>
<link rel="enclosure" type="image/png" href="navigation.png" />
<arg></arg>
</entry>