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