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