summaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_uri.xml
blob: c261e5e3e31935ca31538e57a74c68257aebbed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Copyright 2016 Yahoo Inc. 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>