aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_position.xml
blob: 887153669ff2265da974a6b4e1d1a10c589e0ffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Copyright Vespa.ai. 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_pos><x>1</x><y>2</y></my_pos>
    </document>
    <document documenttype="my_doc" documentid="id:ns:my_doc::">
        <my_pos>E3;N4</my_pos>
    </document>
    <document documenttype="my_doc" documentid="id:ns:my_doc::">
        <my_pos>5;6</my_pos>
    </document>
    <document documenttype="my_doc" documentid="id:ns:my_doc::">
        <my_pos binaryencoding="base64">Nzs4</my_pos>
    </document>
</vespafeed>