configurationengine/doc/plugins/genconfml-plugin/genconfml_example1.txt
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <file xmlns=http://www.s60.com/xml/genconfml/1" version="1.0" name="CamcorderData.xml" target="\private\2000BEE5\">
       
     2     <setting ref="CamcorderFeatures/Setting"></setting> 
       
     3     <setting ref="SIPFeatures/Setting"></setting> 
       
     4     <xsl:stylesheet version="1.0"
       
     5         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       
     6         xmlns="http://www.w3.org/TR/xhtml1/strict">
       
     7 
       
     8         <xsl:output
       
     9             method="xml"
       
    10             indent="yes"
       
    11             encoding="iso-8859-1"
       
    12         />
       
    13 
       
    14         <xsl:template match="configuration/data">
       
    15             <Proprietary>
       
    16                 <Something attr="{SIPFeatures/Setting*2}">
       
    17                     <xsl:value-of select="CamcorderFeatures/Setting"/>
       
    18                 </Something>
       
    19             </Proprietary>
       
    20         </xsl:template>
       
    21     </xsl:stylesheet>
       
    22 </file>