aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test06.xml
blob: 11c1aa9976c53ea1b820618e93550047b057bdd8 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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. -->

<!--
    Document   : testXML06.xml
    Created on : July 26, 2007, 11:18 AM
    Author     : alimf
    Description:
        Several Documents that will fail/be skipped, except the last one.
-->

<vespafeed>
    
    <document documenttype="news" documentid="id:ns:news::http://news6a"> 
        <value_long>txt</value_long>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6b"> 
        <stringarr>
            <item>stringarrItem1</item>
            <item></item>
        </stringarr>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6c"> 
        <intarr>
            <item>1</item>
            <item>txt</item>
        </intarr>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6d"> 
        <longarr>
            <item>1</item>
            <item>    </item>
        </longarr>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6e"> 
        <bytearr>
            <item>1</item>
            <item>128</item>
        </bytearr>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6f"> 
        <floatarr>
            <item>1.0</item>
            <item>two</item>
        </floatarr>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6g"> 
        <weightedsetint>
            <item>1</item>
            <item weight="12">txt</item>
        </weightedsetint>
    </document>

    <document documenttype="news" documentid="id:ns:news::http://news6h"> 
        <weightedsetint>
            <item weight="1">2</item>
            <item weight="three">4</item>
        </weightedsetint>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6i"> 
        <weightedsetstring>
            <item weight="txt">aString</item>
        </weightedsetstring>
    </document>
    
    <document documenttype="news" documentid="id:ns:news::http://news6j"> 
        <title>myTitle</title>
    </document>
    
</vespafeed>