|
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Created by Noah Coad, coad.net/noah, noah@coad.net, 3/23/04 -->
<!-- This is a proper XHTML document. -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Vocabulary Words</title>
<style type="text/css">
body {font: 10pt verdana;}
table {font: 10pt verdana;}
h1 {font: bold 13pt; color: navy;}
th {color: white; background: darkmagenta;}
</style>
</head>
<body>
<xml id="dsoVocabulary" src="Vocabulary.xml" />
<h1>Vocabulary Words</h1>
<table datasrc="#dsoVocabulary" cellpadding="1">
<thead>
<th>Word</th>
<th>Description</th>
</thead>
<tr>
<td><span datafld="Word"></span></td>
<td><span datafld="Desc"></span></td>
</tr>
</table>
<p><a href="http://dictionary.reference.com/">Dictionary</a> | <a href="http://thesaurus.reference.com/">Thesaurus</a> | <a href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/databind/dataconsumer.asp">HTML Data Binding</a></p>
</body>
</html>
|