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