1
|
<!--
|
2
|
* contents.html
|
3
|
*
|
4
|
* Authors: Matt Jones
|
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: intro.html 47 2000-04-17 17:51:09Z jones $'
|
11
|
*
|
12
|
* This is an HTML document for displaying examples of the use of
|
13
|
* Oracle XML tools
|
14
|
-->
|
15
|
<html>
|
16
|
<head>
|
17
|
<title>MetaCat</title>
|
18
|
</head>
|
19
|
<body bgcolor="white">
|
20
|
<b>MetaCat</b>
|
21
|
<p>
|
22
|
A simple query against a flexible metadata catalog.
|
23
|
</p>
|
24
|
</body>
|
25
|
</html>
|