configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/layer_filtering_project/assets/base/implml/layer6.implml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<container  xmlns="http://www.symbianfoundation.org/xml/implml/1">
    <container>
        <tag name="target" value="rofs3"/>
        <templateml xmlns="http://www.s60.com/xml/templateml/1">
            <output file="layer6.txt" encoding="UTF-8">
                <template>Value: {{ feat_tree.TestFeature.Layer6Setting._value }}</template>
            </output>
        </templateml>
    </container>
    
    <container>
        <tag name="target" value="uda"/>
        <templateml xmlns="http://www.s60.com/xml/templateml/1">
            <output file="layer6.txt" encoding="UTF-8">
                <template>Value: {{ feat_tree.TestFeature.Layer6Setting._value }}</template>
            </output>
        </templateml>
    </container>
</container>