summaryrefslogtreecommitdiff
path: root/test/files/xml/xhtml.xml
blob: 128384ef258f63cbb6b9998fc560859eac5b8f97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- $Id$ -->
<!DOCTYPE html SYSTEM "xhtml.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <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>