configurationengine/source/plugins/symbian/ConeProjectConverterPlugin/projectconvertplugin/tests/old_structure/epoc32/rom/config/confml_data/platform1/feature1_sequence.gcfml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<file xmlns="http://www.s60.com/xml/genconfml/1" name="sequence_setting_test.txt" target="data\">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
	<setting ref="Feature1/SequenceSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
		<xsl:output method="text" encoding="UTF-16"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
		<xsl:template match="configuration/data">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
			<xsl:for-each select="Feature1/SequenceSetting">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
				<xsl:value-of select="FolderSubSetting"/>,<xsl:value-of select="RealSubSetting"/>,<xsl:value-of select="FileSubSetting"/>,<xsl:value-of select="IntSubSetting"/>,<xsl:value-of select="StringSubSetting"/>,<xsl:value-of select="BooleanSubSetting"/>,<xsl:value-of select="SelectionSubSetting"/><xsl:text>&#xA;</xsl:text>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
			</xsl:for-each>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
		</xsl:template>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
	</xsl:stylesheet>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
</file>