aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfSubsections.xml
blob: b8ea622f634367d701ae467be87372e58caa38d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Copyright Vespa.ai. 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>