1
|
<!--
|
2
|
* xmltree.html
|
3
|
*
|
4
|
* Authors: Jivka Bojilova
|
5
|
* Copyright: 2000 Regents of the University of California and the
|
6
|
* National Center for Ecological Analysis and Synthesis
|
7
|
* For Details: http://www.nceas.ucsb.edu/
|
8
|
* Created: 2000 April 5
|
9
|
* Version: 0.01
|
10
|
* File Info: '$Id: xmltree.html 3780 2008-04-02 23:28:31Z daigle $'
|
11
|
*
|
12
|
* October Meeting SDSC, 2000
|
13
|
-->
|
14
|
<HTML>
|
15
|
<HEAD>
|
16
|
<TITLE>Metacat</TITLE>
|
17
|
<link rel="stylesheet" type="text/css" href="./default.css">
|
18
|
</HEAD>
|
19
|
<BODY>
|
20
|
<table width="100%">
|
21
|
<tr>
|
22
|
<td class="tablehead" colspan="2"><p class="label">XML Tree</p></td>
|
23
|
<td class="tablehead" colspan="2" align="right">
|
24
|
<a href="./xmldoc.html">Back</a> | <a href="./metacattour.html">Home</a> |
|
25
|
<a href="./domapi.html">Next</a>
|
26
|
</td>
|
27
|
</tr>
|
28
|
</table>
|
29
|
<p>The structure of an XML document can be represented visually as a tree.</p>
|
30
|
<P> <img alt="tree representation of an xml document" src="xmltree.gif">
|
31
|
<br>
|
32
|
<a href="./xmldoc.html">Back</a> | <a href="./metacattour.html">Home</a> |
|
33
|
<a href="./domapi.html">Next</a>
|
34
|
</BODY>
|
35
|
</HTML>
|
36
|
|