-
Notifications
You must be signed in to change notification settings - Fork 1
/
template2.xml
40 lines (39 loc) · 1.1 KB
/
template2.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
<app>
<id>%s</id>
<icon>%s</icon>
<url>%s</url>
<name><![CDATA[%s]]></name>
<price>%s</price>
<category>%s</category>
<subcategory> %s</subcategory>
<Updated>%s</Updated>
<version>%s</version>
<size>%s</size>
<languages><![CDATA[%s]]></languages>
<seller><![CDATA[%s]]></seller>
<copyright><![CDATA[%s]]></copyright>
<app-rating>
<des><![CDATA[%s]]></des>
<reasons><![CDATA[%s]]></reasons>
</app-rating>
<requirements><![CDATA[%s]]></requirements>
<customer-ratings>
<current>
<cstars>%s</cstars>
<crating-counts>%s</crating-counts>
</current>
<all>
<stars>%s</stars>
<rating-counts>%s</rating-counts>
</all>
</customer-ratings>
<description><![CDATA[%s]]></description>
<whats-new><![CDATA[%s]]></whats-new>
<screenshots>
%s
%s
</screenshots>
<reviews>
%s
</reviews>
</app>