equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1"> |
|
3 <tag name="target" value="uda"/> |
|
4 <tag name="target" value="emmc"/> |
|
5 <outputSubDir value="widget"/> |
|
6 <file xmlns="http://www.s60.com/xml/genconfml/1" name="widget_config.ini"> |
|
7 <setting ref="WrtWidgetsC/WrtWidgetC"/> |
|
8 <setting ref="WrtWidgetsC/DriveC"/> |
|
9 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict"> |
|
10 <xsl:output method="text" encoding="UTF-8"/> |
|
11 <xsl:template match="configuration/data"> |
|
12 <xsl:value-of select="WrtWidgetsC/DriveC"/><xsl:text>
</xsl:text> |
|
13 <xsl:for-each select="WrtWidgetsC/WrtWidgetC"> |
|
14 <xsl:if test="PreInstalled = 1"> |
|
15 <xsl:value-of select="path" /> |
|
16 <xsl:text> </xsl:text> |
|
17 <xsl:value-of select="homescreen"/> |
|
18 <xsl:text> </xsl:text> |
|
19 <xsl:value-of select="Uid"/> |
|
20 <xsl:text>
</xsl:text> |
|
21 </xsl:if> |
|
22 </xsl:for-each> |
|
23 </xsl:template> |
|
24 </xsl:stylesheet> |
|
25 </file> |
|
26 </container> |
|