configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/assets/s60/implml/file1.gcfml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <file xmlns="http://www.s60.com/xml/genconfml/1" name="Setting/Data.xml" target="output">
       
     2   <setting ref="Setting/Settings"/>
       
     3   <setting ref="Setting/ContentSettings"/>
       
     4   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/xinclude">
       
     5     <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
       
     6     <xsl:template match="configuration/data">
       
     7       <Variant>
       
     8         <xsl:copy-of select="Setting/Settings"/>
       
     9         <xsl:copy-of select="Setting/ContentSettings"/>
       
    10       </Variant>
       
    11     </xsl:template>
       
    12   </xsl:stylesheet>
       
    13 </file>