configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/nested_containers.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">
    <tag name="target" value="foo"/>
    
    <container condition="${Foo.Bar}">
        <phase name="pre"/>
        
        <dummy1 xmlns="http://www.dummy.com/dummy1">
            <myElem>jee</myElem>
        </dummy1>
        
        <dummy2 xmlns="http://www.dummy.com/dummy2">
            <someElem>nested dummy 2</someElem>
        </dummy2>
    </container>
    
    <container condition="${Foo.Bar2}" value="test">
        <phase name="normal"/>
        
        <dummy1 xmlns="http://www.dummy.com/dummy1">
            <myElem>jee</myElem>
        </dummy1>
        
        <container>
            <outputSubDir value="foosub"/>
            
            <dummy1 xmlns="http://www.dummy.com/dummy1">
                <myElem>still more nesting</myElem>
            </dummy1>
        </container>
    </container>
    
    <dummy2 xmlns="http://www.dummy.com/dummy2">
        <someElem>jee</someElem>
    </dummy2>
</container>