aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test09.xml
blob: 7957dc6fe372d59b37c3695a6e33e0b1bf8d9a46 (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 Yahoo. 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>