summaryrefslogtreecommitdiff
path: root/test/files/xml/xhtml.xml
blob: cccc4885d57560364b2c6536adb9c5c794e6d327 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>