aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test41.xml
blob: b92c2e586a8b1d3b197aae63726a29051f534475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
  <update documenttype="news" documentid="doc:crawler:http://www.ntnu.no/">
    <assign field="stringarr">
      <item>First</item>
      <item>Second</item>
    </assign>
    <add field="stringarr">
      <item>Third</item>
      <item>Fourth</item>
    </add>
    <remove field="stringarr">
      <item>Fifth</item>
      <item>Sixth</item>
    </remove>
    <assign field="intarr">
      <item>100</item>
      <item>200</item>
    </assign>
    <assign field="intarr"></assign>
  </update>
</vespafeed>