aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_docindoc.xml
blob: 5d1e970da5a777c11f4de4a3c2ef3c62a18971ee (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
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>

  <document type="outerdoc" id="id:outer:outerdoc::this:is:outer:doc">
    <innerdocuments>
        <item>
            <document type="docindoc" id="id:inner:docindoc::this:is:inner:doc:a">
              <name>Peter Sellers</name>
              <content>Comedian</content>
            </document>
        </item>
        <item>
            <document type="docindoc" id="id:inner:docindoc::this:is:inner:doc:b">
              <name>Ole Olsen</name>
              <content>Common man</content>
            </document>
        </item>
        <item>
            <document type="docindoc" id="id:inner:docindoc::this:is:inner:doc:c">
              <name>Stein Nilsen</name>
              <content>Worker</content>
            </document>
        </item>
    </innerdocuments>
  </document>

</vespafeed>