<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type"
  content="application/xhtml+xml; charset=UTF-8" />
  <title>Test Javascript : ScanTree</title>
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
  <script type="text/javascript" src="scan_tree.js">
  </script>
</head>

<body>
<h1>Test Javascript : Scan Tree</h1>

<p>This script allows to scan a given <code>node</code>, using <a
href="scan_tree.js">scan_tree.js</a>.</p>

<p>You have to call the function <code>scan(node)</code>. For instance, to
scan the whole document, execute the following command:</p>

<p><code>scan(document);</code></p>
</body>
</html>
