aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/test/SourceParameters.xml
blob: 863b67d9683d4bcecf43a6b5755fda571a5e320a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<page id="SourceParameters">
    <source name="source1">
        <parameter name="p1">source1p1Value</parameter>
        <parameter name="p2">source1p2Value</parameter>
    </source>
    <choice>
        <source name="source2">
            <parameter name="p1">source2p1Value</parameter>
            <parameter name="p3">source2p3Value</parameter>
        </source>
        <source name="source3">
            <parameter name="p1">source3p1Value</parameter>
        </source>
    </choice>
</page>