aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test09.xml
blob: b7962e331f0b94eec9b9a4f1b0da6773c3a62f4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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. -->

<!--
    NOTE: see documentmanager.cfg for document type during test
    
    - Different types of remove document
    - All are valid
        
-->

<vespafeed>
    <remove documentid="id:ns:news::http://news9a" />

    <remove documentid="id:ns:news::http://news9b">
    </remove>

    <remove>
        <uri>id:ns:news::http://news9c</uri>
    </remove>
    
</vespafeed>