equal
deleted
inserted
replaced
|
1 <file xmlns="http://www.s60.com/xml/genconfml/1" name="VariantData.xml" target="private\101F99FB\"> |
|
2 |
|
3 <setting ref="DSProfileSetting/DSSettings"/> |
|
4 <setting ref="DSProfileSetting/DSContentSettings"/> |
|
5 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/xinclude"> |
|
6 <xsl:output method="xml" indent="yes" encoding="UTF-8"/> |
|
7 <xsl:template match="configuration/data"> |
|
8 <Variant> |
|
9 <xsl:copy-of select="DSProfileSetting/DSSettings"/> |
|
10 <xsl:copy-of select="DSProfileSetting/DSContentSettings"/> |
|
11 </Variant> |
|
12 </xsl:template> |
|
13 </xsl:stylesheet> |
|
14 </file> |