aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/testmapnokey.xml
blob: fe0713e7e25715c5e8b22fff334529271ccbae69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<!--
    NOTE: see documentmanager.cfg for document type during test
    a new document, adding all possible fields available to this documenttype 
-->

<vespafeed>
    
    <document documenttype="news" documentid="id:ns:news::http://news1">

        <arrmap>
           <item> 
              <value> 
                 <item>hei4</item> 
                 <item>hei5</item>  
                 <item>hei6</item>  
              </value> 
           </item>
        </arrmap>

    </document>
    
</vespafeed>