-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkenMain.html
More file actions
39 lines (38 loc) · 1.76 KB
/
kenMain.html
File metadata and controls
39 lines (38 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {font-family: "Courier New", Courier, monospace}
-->
</style>
</head>
<body>
<h1 align="center">Ken's Main Page </h1>
<p align="left">File: <strong>kenMain.html</strong></p>
<p align="left">Purpose: to illustrate how the <strong>XCMS.php</strong> script can display a page specified by the <strong>content</strong> element in an XML document. </p>
<p align="left"> </p>
<p align="left">You should run the <strong>XCMS.php</strong> script as follows:</p>
<blockquote>
<p><span class="style1">XCMS.php?theXML=kenMain.xml</span></p>
</blockquote>
<p align="left"> </p>
<p align="left">In the <strong>kenMain.xml</strong> document, the <strong>content</strong> element is </p>
<blockquote>
<p align="left"> <span class="style1"><content>kenMain.html</content></span></p>
</blockquote>
<p>Thus, the<strong> XCMS.php</strong> script displays the <strong>kenMain.html</strong> file.</p>
<p> </p>
<h3>Style</h3>
<p> The style XCMS will use for this page is whatever is defined for the <strong>item</strong> class in the stylesheet. </p>
<p>The CSS stylesheet to be used is specified by the <strong>css</strong> element in the <strong>kenMain.xml</strong> file. </p>
<p align="left">In the <strong>kenMain.xml</strong> document, the<strong> css</strong><strong> </strong>element is </p>
<blockquote>
<p> <span class="style1"><css>menuLeft.css</css></span></p>
</blockquote>
<p><br />
</p>
</body>
</html>