configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/assets/s60/implml/commsdatcreator_01.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="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>