Project

General

Profile

« Previous | Next » 

Revision 59

Added by Matt Jones over 24 years ago

further work on XML docuemnt loading facility in the MetaCatServlet

View differences:

loadxml.html
17 17
<body bgcolor="white">
18 18
<b>MetaCat XML Loader</b>
19 19
<p>
20
Load an XML document into MetaCat<br>
21
by pasting the XML into this box.<br>
20
Load an XML document into MetaCat by pasting the XML into this box.
21
</p>
22 22
<form action="/servlets/MetaCatServlet" target="right" method="POST">
23 23
  <input type="hidden" name="action" value="putdocument">
24
  <textarea name="doctext" size="50"></textarea>
24
  <textarea name="doctext" cols="55" rows="15"></textarea>
25
  <br />
25 26
  <input type="submit" value="Load XML">
26 27
</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>
28
<p />
32 29
</body>
33 30
</html>

Also available in: Unified diff