configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/Layer1/implml/line_ending_conversion_lf.gcfml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<file xmlns="http://www.s60.com/xml/genconfml/1" name="endline_lf.txt" lineEndingStyle='LF'>
	<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>