Skip to content

Commit

Permalink
xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gausszh committed Oct 30, 2012
1 parent 743a596 commit e621249
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<app>
<id>%s</id>
<url>%s</url>
<name><![CDATA[%s]]></name>
<category>%s</category>
<subcategory> %s</subcategory>
<description><![CDATA[%s]]></description>
<whats-new><![CDATA[%s]]></whats-new>
</app>

40 changes: 40 additions & 0 deletions template2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<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>

0 comments on commit e621249

Please sign in to comment.