aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_externalentity.xml
blob: 1d87319b106d6ef9b484a2684327d61371708328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<!DOCTYPE vespafeed [<!ENTITY xxe SYSTEM "xxe.txt">]>
<vespafeed>
  <vespaadd idprefix="doc:crawler:">
    <document documenttype="news" documentid="http://www.ntnu.no/">
       <title>&xxe;</title>
       <last_downloaded>100</last_downloaded>
    </document>
  </vespaadd>
</vespafeed>