configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/assets/s60/implml/file1.gcfml
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 0 2e8eeb919028
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

<file xmlns="http://www.s60.com/xml/genconfml/1" name="Setting/Data.xml" target="output">
  <setting ref="Setting/Settings"/>
  <setting ref="Setting/ContentSettings"/>
  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/xinclude">
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
    <xsl:template match="configuration/data">
      <Variant>
        <xsl:copy-of select="Setting/Settings"/>
        <xsl:copy-of select="Setting/ContentSettings"/>
      </Variant>
    </xsl:template>
  </xsl:stylesheet>
</file>