Source of staticPage.xml

<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="staticPage.xsl" type="text/xsl"?>
<html>
<head>
  <title>Static page #1</title>
  <link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
  <p>This is a <i>static web page</i> in XML format that will be served to the browsers with the attached stylesheet specifications</p>
</body>
</html>