Project

General

Profile

1
<!--
2
  * loadxml.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
  *    File Info: '$Id: loadxml.html 59 2000-04-18 20:20:10Z jones $'
10
  * 
11
  * This is an HTML document for loading an xml document into Oracle
12
-->
13
<html>
14
<head>
15
<title>MetaCat</title>
16
</head>
17
<body bgcolor="white">
18
<b>MetaCat XML Loader</b>
19
<p>
20
Load an XML document into MetaCat by pasting the XML into this box.
21
</p>
22
<form action="/servlets/MetaCatServlet" target="right" method="POST">
23
  <input type="hidden" name="action" value="putdocument">
24
  <textarea name="doctext" cols="55" rows="15"></textarea>
25
  <br />
26
  <input type="submit" value="Load XML">
27
</form>
28
<p />
29
</body>
30
</html>
(23-23/32)