configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/assets/s60/implml/commsdatcreator_01.gcfml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/assets/s60/implml/commsdatcreator_01.gcfml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,15 @@
+<file xmlns="http://www.s60.com/xml/genconfml/1" name="VariantData_commsdat.xml" target="private\10281BC3\">			 
+
+	<setting ref="APs/*"/>
+	<setting ref="WLAN_APs/*"/>
+	
+	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/xinclude">
+		<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
+		<xsl:template match="configuration">
+		<data>
+			<xsl:copy-of select="data/APs"/>
+			<xsl:copy-of select="data/WLAN_APs"/>
+		</data>
+		</xsl:template>				
+	</xsl:stylesheet>
+</file>
\ No newline at end of file