aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_position.xml
blob: c23e0a40280a918e1f7e41d4c6b64f584779720a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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_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>