idlehomescreen/data/vga_tch/root_2001f48f/conf/root2001f48f.gcfml
branchRCL_3
changeset 88 3321d3e205b6
child 93 b01126ce0bec
equal deleted inserted replaced
83:5456b4e8b3a8 88:3321d3e205b6
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3 	<tag name="target" value="core"/>
       
     4 	<tag name="target" value="rofs2"/>
       
     5 	<tag name="target" value="rofs3"/>
       
     6 <file xmlns="http://www.s60.com/xml/genconfml/1" name="rootconfiguration.xml" target="\private\200159c0\install\root_2001f48f\hsps\00\">
       
     7 	<setting ref="VGA_HSViews/MaxPages"/>
       
     8 	<setting ref="VGA_HSViews/Views"/>
       
     9 	<setting ref="VGA_HSViews/ItemId"/>
       
    10 	<setting ref="VGA_HSViews/PropertyName"/>
       
    11 	<setting ref="VGA_HSViews/PropertyValue"/>
       
    12 	<xsl:stylesheet version="1.0" 
       
    13                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
       
    14                 xmlns:xi="http://www.w3.org/2001/xinclude">
       
    15 		<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
       
    16 		<xsl:template match="configuration/data">
       
    17 			<configuration>
       
    18 			 <xsl:attribute name="max_child"><xsl:value-of select="VGA_HSViews/MaxPages"/></xsl:attribute>
       
    19 				<control> 
       
    20 					<plugins>
       
    21 						<xsl:for-each select="VGA_HSViews/Views">
       
    22 							<plugin>
       
    23 								<xsl:attribute name="uid"><xsl:value-of select="Uid"/></xsl:attribute>
       
    24 								<xsl:attribute name="locking_status"><xsl:value-of select="LockingStatus"/></xsl:attribute>
       
    25 							</plugin>
       
    26 						</xsl:for-each>
       
    27 					</plugins>
       
    28 					<settings>
       
    29 				    <item>
       
    30 				      <xsl:attribute name="id"><xsl:value-of select="VGA_HSViews/ItemId"/></xsl:attribute>
       
    31 				   <property>
       
    32 					  <xsl:attribute name="name"><xsl:value-of select="VGA_HSViews/PropertyName"/></xsl:attribute>
       
    33 					  <xsl:attribute name="value"><xsl:value-of select="VGA_HSViews/PropertyValue"/></xsl:attribute>				
       
    34 					</property>
       
    35 				  </item>			      
       
    36 				   
       
    37           </settings>
       
    38 				</control>
       
    39 			  
       
    40 			</configuration>
       
    41 		</xsl:template>
       
    42 	</xsl:stylesheet>
       
    43 </file>
       
    44 </container>