aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test53.xml
blob: 6449436ff5493a4e75a8dc8b86b123d04ad8d5e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
    <!-- HALF BAD, BUT NOT ALLOWED: -->
    <vespaadd>
        <document documentid="doc:blah:blah:blah" documenttype="news">
            <value_long>2345</value_long>
        </document>
        <documentid type="news" id="doc:half:bad:add"/>
    </vespaadd>
</vespafeed>