configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/Layer1/implml/feature2.gcfml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.

<file xmlns="http://www.s60.com/xml/genconfml/1" name="feature2.txt">
	<setting ref="Feature2/SequenceSetting"/>
	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
		<xsl:output method="text" encoding="UTF-8"/>
		<xsl:template match="configuration/data">
			<xsl:for-each select="Feature2/SequenceSetting">
				<xsl:value-of select="StringSubSetting"/><xsl:text>&#xA;</xsl:text>
			</xsl:for-each>
		</xsl:template>
	</xsl:stylesheet>
</file>