summaryrefslogtreecommitdiff
path: root/test/files/xml/xhtml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/xml/xhtml.xml')
-rw-r--r--test/files/xml/xhtml.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/xml/xhtml.xml b/test/files/xml/xhtml.xml
new file mode 100644
index 0000000000..cccc4885d5
--- /dev/null
+++ b/test/files/xml/xhtml.xml
@@ -0,0 +1,12 @@
+<!-- $Id$ -->
+<!DOCTYPE html SYSTEM "xhtml.dtd">
+<html>
+ <head>
+ <title>a basic xhtml page</title>
+ </head>
+ <body>
+ <h1>Welcome to xhtml in scala</h1>
+ <p>a paragraph</p>
+ <p>another, with a <a href="http://lampwww.epfl.ch">example link</a> to lamp homepage</p>
+ </body>
+</html>