1 |
47
|
jones
|
<!--
|
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$'
|
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 Query</b>
|
21 |
|
|
<p>
|
22 |
|
|
Simple database query against MetaCat<br>
|
23 |
48
|
jones
|
<form action="/servlets/MetaCatServlet" target="right" method="POST">
|
24 |
49
|
jones
|
<input type="hidden" name="action" value="query">
|
25 |
50
|
jones
|
<input type="text" name="query" value="Value1" size="15">
|
26 |
47
|
jones
|
<input type="submit" value="Run query">
|
27 |
48
|
jones
|
<br />
|
28 |
50
|
jones
|
Format:
|
29 |
|
|
<input type="radio" name="qformat" value="xml">XML
|
30 |
|
|
<input type="radio" name="qformat" value="html" checked>HTML
|
31 |
47
|
jones
|
</form>
|
32 |
|
|
<p>
|
33 |
50
|
jones
|
For the test database, some valid values for the search that produce document
|
34 |
|
|
results include "Value1" and "lakename"
|
35 |
|
|
</p>
|
36 |
55
|
jones
|
<p><a href="loadxml.html" target="right">Load an XML Document</a>
|
37 |
|
|
</p>
|
38 |
50
|
jones
|
<p>
|
39 |
|
|
To view results that are XML formatted in this demo, it is easiest to use
|
40 |
|
|
Internet Explorer 5. Although Netscape browsers will allow you to
|
41 |
|
|
download XML documents, only IE5 will display XML at this time.
|
42 |
60
|
jones
|
<p><a href="docs/" target="top">Browse the API for the Servlet</a>
|
43 |
|
|
</p>
|
44 |
47
|
jones
|
</body>
|
45 |
|
|
</html>
|