summaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_uri.xml
blob: d1240af105fa9543618f265d0eb242e8ea56a576 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
    <document documenttype="my_doc" documentid="doc:scheme:">
        <my_uri>scheme://host</my_uri>
    </document>
    <document documenttype="my_doc" documentid="doc:scheme:">
        <my_arr><item>scheme://host</item></my_arr>
    </document>
    <update documenttype="my_doc" documentid="doc:scheme:">
        <add field="my_arr">
            <item>scheme://host</item>
        </add>
    </update>
</vespafeed>