summaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_position.xml
blob: 609fe187973b46be19532f39752b1b22abaa45c9 (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="doc:scheme:">
        <my_pos><x>1</x><y>2</y></my_pos>
    </document>
    <document documenttype="my_doc" documentid="doc:scheme:">
        <my_pos>E3;N4</my_pos>
    </document>
    <document documenttype="my_doc" documentid="doc:scheme:">
        <my_pos>5;6</my_pos>
    </document>
    <document documenttype="my_doc" documentid="doc:scheme:">
        <my_pos binaryencoding="base64">Nzs4</my_pos>
    </document>
</vespafeed>