aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test28.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test28.xml')
-rw-r--r--document/src/tests/vespaxml/test28.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/document/src/tests/vespaxml/test28.xml b/document/src/tests/vespaxml/test28.xml
new file mode 100644
index 00000000000..929ba7415d0
--- /dev/null
+++ b/document/src/tests/vespaxml/test28.xml
@@ -0,0 +1,10 @@
+<!-- Test content -->
+<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<vespafeed>
+ <vespaadd>
+ <document type="news" id="doc:crawler:http://www.ntnu.no/">
+ <title>TestTitleContent</title>
+ <value_content contenttype="text/html" encoding="utf-8" language="en"><![CDATA[<html><body><h1>This is the title</h1></body></html>]]></value_content>
+ </document>
+ </vespaadd>
+</vespafeed>