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