summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test4.xml
blob: 7c0c3682cd3829b3548d7f01e79c2a3d812f900a (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 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>

  <vespaadd idprefix="doc:crawler:">
    <document type="news" id="http://www.uio.no/">
       <title>TestTitle</title>
       <last_downloaded>100</last_downloaded>
    </document>

    <document type="news" id="http://www.dagbladet.no/">
       <title>Title2</title>
       <last_downloaded>100</last_downloaded>
    </document>
  </vespaadd>

  <vespaadd>
    <document type="news" id="doc:crawler2:http://www.vg.no/">
       <title>Title2</title>
       <last_downloaded>100</last_downloaded>
    </document>
  </vespaadd>

</vespafeed>