aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfSubsections.xml
blob: 943aaa8cccc76ad143c2e90c35d02f46e2915918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<page id="ChoiceOfSubsections">
    <choice method="method1">
        <alternative>
            <section source="source0"/>
        </alternative>
        <alternative>
            <section source="source1"/>
        </alternative>
        <alternative>
            <section source="source2"/>
            <section>
                <choice method="method2">
                    <source name="source3"/>
                    <source name="source4"/>
                </choice>
            </section>
        </alternative>
    </choice>
</page>