aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/testmapnovalue.xml
blob: 7a5cc794d71ef5d7bf48d28dc6e16e2fa415f580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- 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> 
              <key>bar</key> 
           </item>
        </arrmap>

    </document>
    
</vespafeed>