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