summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_arraystruct.xml
blob: ba5c3233e161b97ef108c27cdd9048628efe293b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
  <document documenttype="news" documentid="doc:test:struct">
    <mystructarr>
      <item>
        <intval>36</intval>
        <stringval>test</stringval>
      </item>
      <item>
        <intval>39</intval>
        <stringval>test2</stringval>
      </item>
      <item>
        <intval>100</intval>
        <stringval>cooool</stringval>
      </item>
    </mystructarr>
  </document>
</vespafeed>