Project

General

Profile

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 105 jones
<table width="100%">
21
<tr><td colspan="2">
22
<b>MetaCat Query</b> -- a simple database query against MetaCat
23
</td></tr>
24
<tr><td width="40%" valign="top">
25 48 jones
<form action="/servlets/MetaCatServlet" target="right" method="POST">
26 49 jones
  <input type="hidden" name="action" value="query">
27 88 jones
  <input type="text" name="query" value="NCEAS%" size="15">
28 105 jones
  <input type="submit" value="Run query"><br />
29 50 jones
  Format:
30
  <input type="radio" name="qformat" value="xml">XML
31
  <input type="radio" name="qformat" value="html" checked>HTML
32 154 jones
  <br />
33
  Return: &nbsp;
34
  <select name=doctype>
35
  <option value="-//NCEAS//eml-dataset//EN">eml-dataset
36
  <option value="any">Any
37
  </select>
38 47 jones
</form>
39 105 jones
<a href="loadxml.html" target="right">Load an XML Document</a>
40
<br /><a href="validate.html" target="right">Validate an XML Document</a>
41 119 jones
<br /><a href="../docs/" target="top">Browse the API for the Servlet</a>
42 105 jones
</td>
43
<td valign="top">
44
<font size="-1">
45 50 jones
For the test database, some valid values for the search that produce document
46 78 jones
results include "Value1" and "lakename" and maybe "122W"
47 50 jones
<p>
48
To view results that are XML formatted in this demo, it is easiest to use
49
Internet Explorer 5. Although Netscape browsers will allow you to
50
download XML documents, only IE5 will display XML at this time.
51 105 jones
</font>
52
</td>
53
</tr>
54
</table>
55 47 jones
</body>
56
</html>