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 55 2000-04-18 17:48:47Z 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<br>
21
by pasting the XML into this box.<br>
22
<form action="/servlets/MetaCatServlet" target="right" method="POST">
23
  <input type="hidden" name="action" value="putdocument">
24
  <textarea name="doctext" size="50"></textarea>
25
  <input type="submit" value="Load XML">
26
</form>
27
<p>
28
To view results that are XML formatted in this demo, it is easiest to use 
29
Internet Explorer 5. Although Netscape browsers will allow you to 
30
download XML documents, only IE5 will display XML at this time.
31
<p>
32
</body>
33
</html>
(16-16/20)