configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/Layer1/implml/feature1.gcfml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <file xmlns="http://www.s60.com/xml/genconfml/1" name="feature1.txt">
       
     2 	<setting ref="Feature1/IntSetting"/>
       
     3 	<setting ref="Feature1/StringSetting"/>
       
     4 	<setting ref="Feature1/RealSetting"/>
       
     5 	<setting ref="Feature1/SelectionSetting"/>
       
     6 	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
       
     7 		<xsl:output method="text" encoding="UTF-8"/>
       
     8 		<xsl:template match="configuration/data">
       
     9 			<xsl:value-of select="Feature1/IntSetting"/><xsl:text>&#xA;</xsl:text>
       
    10 			<xsl:value-of select="Feature1/StringSetting"/><xsl:text>&#xA;</xsl:text>
       
    11 			<xsl:value-of select="Feature1/RealSetting"/><xsl:text>&#xA;</xsl:text>
       
    12 			<xsl:value-of select="Feature1/SelectionSetting"/><xsl:text>&#xA;</xsl:text>
       
    13 		</xsl:template>
       
    14 	</xsl:stylesheet>
       
    15 </file>