blob: ce4319fda2ed8393457209e52cc59ba84ef86938 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
The include test page. This page includes a line from include2.xhtml.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>include.xhtml</title>
</head>
<body>
<h2>include.xhtml</h2>
<p>
This page contains include examples. Below there should be one line of text that is included from
another file, include2.xhtml:
</p>
<include path="include2/my.include.id"/>
</body>
</html>