summaryrefslogtreecommitdiff
path: root/test/files/xml/xhtml.xml
blob: 5de2bc6a27713349a9f0c7c3c44bb90930287a7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- $Id$ -->
<!DOCTYPE html SYSTEM "xhtml.dtd">
<html>
  <head>
    <base href="here.com"/>
    <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>